#DD62AA

Color #DD62AA Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DD62AA

Tints of Hopbush #DD62AA

Color information

#DD62AA (or 0xDD62AA) is unknown color: approx Hopbush. HEX triplet: DD, 62 and AA. RGB value is (221,98,170). Sum of RGB (Red+Green+Blue) = 221+98+170=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD62AA is #229D55. Grayscale: #8E8E8E. Windows color (decimal): -2268502 or 11166429. OLE color: 11166429.

HSL color Cylindrical-coordinate representation of color #DD62AA: hue angle of 324.88º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22198170-
CMYK00.560.230.13
HSL324.88º64.4%62.55%-
HSV(B)324.88º55.66%86.67%-
XYZ41.4427.0141.06-
YUV142.98143.25183.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=45.19%
G=20.04%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219817000.560.230.13324.8864.462.55
HexDD62AA03817D145403f
Octal335142252070271550510077
Binary1101110111000101010101001110001011111011010001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD62AA; }

 p { color: rgb(221,98,170); }

 H1.HeaderClassName
 {
   color: #DD62AA;
 }
 .AnyTagClassName
 {
   color: #DD62AA;
 }
</style>
background-color css

<style>
 a { background-color: #DD62AA; }

 a { background-color: rgb(221,98,170); }

 div.DivClassName
 {
   background-color: #DD62AA;
 }
 .BgClassName
 {
   background-color: #DD62AA;
 }
</style>
border-color css

<style>
 span { border-color: #DD62AA; }

 span { border-color: rgb(221,98,170); }

 td.TdClassName
 {
   border-color: #DD62AA;
 }
 .TagClassName
 {
   border-color: #DD62AA;
 }
</style>