#D969B0

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

Shades of Hopbush #D969B0

Tints of Hopbush #D969B0

Color information

#D969B0 (or 0xD969B0) is unknown color: approx Hopbush. HEX triplet: D9, 69 and B0. RGB value is (217,105,176). Sum of RGB (Red+Green+Blue) = 217+105+176=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D969B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D969B0 is #26964F. Grayscale: #929292. Windows color (decimal): -2528848 or 11561433. OLE color: 11561433.

HSL color Cylindrical-coordinate representation of color #D969B0: hue angle of 321.96º 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 #D969B0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217105176-
CMYK00.520.190.15
HSL321.96º59.57%63.14%-
HSV(B)321.96º51.61%85.1%-
XYZ41.527.9944.29-
YUV146.58144.61178.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=43.57%
G=21.08%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710517600.520.190.15321.9659.5763.14
HexD969B003413F1423c3f
Octal33115126006423175027477
Binary110110011101001101100000110100100111111101000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969B0; }

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

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

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

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

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

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

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

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