#D969A6

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

Shades of Hopbush #D969A6

Tints of Hopbush #D969A6

Color information

#D969A6 (or 0xD969A6) is unknown color: approx Hopbush. HEX triplet: D9, 69 and A6. RGB value is (217,105,166). Sum of RGB (Red+Green+Blue) = 217+105+166=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D969A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D969A6 is #269659. Grayscale: #919191. Windows color (decimal): -2528858 or 10906073. OLE color: 10906073.

HSL color Cylindrical-coordinate representation of color #D969A6: hue angle of 327.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969A6 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217105166-
CMYK00.520.240.15
HSL327.32º59.57%63.14%-
HSV(B)327.32º51.61%85.1%-
XYZ40.5527.6139.27-
YUV145.44139.61179.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.47%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=44.47%
G=21.52%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710516600.520.240.15327.3259.5763.14
HexD969A603418F1473c3f
Octal33115124606430175077477
Binary110110011101001101001100110100110001111101000111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969A6; }

 p { color: rgb(217,105,166); }

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

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

 a { background-color: rgb(217,105,166); }

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

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

 span { border-color: rgb(217,105,166); }

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