#D962A8

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

Shades of Hopbush #D962A8

Tints of Hopbush #D962A8

Color information

#D962A8 (or 0xD962A8) is unknown color: approx Hopbush. HEX triplet: D9, 62 and A8. RGB value is (217,98,168). Sum of RGB (Red+Green+Blue) = 217+98+168=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D962A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D962A8 is #269D57. Grayscale: #8D8D8D. Windows color (decimal): -2530648 or 11035353. OLE color: 11035353.

HSL color Cylindrical-coordinate representation of color #D962A8: hue angle of 324.71º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D962A8 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21798168-
CMYK00.550.230.15
HSL324.71º61.03%61.76%-
HSV(B)324.71º54.84%85.1%-
XYZ40.0526.3140.01-
YUV141.56142.92181.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 168 (66.02% from 255) = 34.78%
R=44.93%
G=20.29%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179816800.550.230.15324.7161.0361.76
HexD962A803717F1453d3e
Octal33114225006727175057576
Binary110110011100010101010000110111101111111101000101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D962A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D962A8; }

 p { color: rgb(217,98,168); }

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

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

 a { background-color: rgb(217,98,168); }

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

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

 span { border-color: rgb(217,98,168); }

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