Html Css Color HEX #D9609F Hopbush

📋 copy color: '#D9609F'

red 217 ◦ green 96 ◦ blue 159

#D9609F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #D9609F

Tints of Hopbush #D9609F

RGB

 RED value IS 217 (85.16% from 255) = 45.97%

 GREEN value IS 96 (37.89% from 255) = 20.34%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 45.97%
G = 20.34%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9609F (or 0xD9609F) is known color: Hopbush. HEX triplet: D9, 60 and 9F. RGB value is (217,96,159). Sum of RGB (Red+Green+Blue) = 217+96+159=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9609F is #269F60. Grayscale: #8B8B8B. Windows color (decimal): -2531169 or 10445017. OLE color: 10445017.

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

Color convert

RGB 217 96 159 -
CMYK 0 0.56 0.27 0.15
HSL 328.76º 0.61% 0.61% -
HSV(B) 328.76º 0.56% 0.85% -
XYZ 39.06 25.62 35.69 -
YUV 139.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 217 96 159 0 0.56 0.27 0.15 328.76 0.61 0.61
Hex D9 60 9F 0 38 1B F 149 3D 3D
Octal 331 140 237 0 70 33 17 511 75 75
Binary 11011001 1100000 10011111 0 111000 11011 1111 101001001 111101 111101

Color Harmonies of #D9609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9609F

Black with #D9609F

Text Example


Text Example

White with #D9609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9609F; }

 p { color: rgb(217,96,159); }

 H1.HeaderClassName
 {
   color: #D9609F;
 }
 .AnyTagClassName
 {
   color: #D9609F;
 }
</style>

background-color css

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

 a { background-color: rgb(217,96,159); }

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

border-color css

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

 span { border-color: rgb(217,96,159); }

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