Html Css Color HEX #D0609B Hopbush

📋 copy color: '#D0609B'

red 208 ◦ green 96 ◦ blue 155

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

Shades of Hopbush #D0609B

Tints of Hopbush #D0609B

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 45.32%
G = 20.92%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0609B (or 0xD0609B) is known color: Hopbush. HEX triplet: D0, 60 and 9B. RGB value is (208,96,155). Sum of RGB (Red+Green+Blue) = 208+96+155=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0609B is #2F9F64. Grayscale: #888888. Windows color (decimal): -3120997 or 10182864. OLE color: 10182864.

HSL color Cylindrical-coordinate representation of color #D0609B: hue angle of 328.39º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0609B is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 155 -
CMYK 0 0.54 0.25 0.18
HSL 328.39º 0.54% 0.6% -
HSV(B) 328.39º 0.54% 0.82% -
XYZ 36.11 24.14 33.77 -
YUV 136.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 208 96 155 0 0.54 0.25 0.18 328.39 0.54 0.6
Hex D0 60 9B 0 36 19 12 148 36 3C
Octal 320 140 233 0 66 31 22 510 66 74
Binary 11010000 1100000 10011011 0 110110 11001 10010 101001000 110110 111100

Color Harmonies of #D0609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0609B

Black with #D0609B

Text Example


Text Example

White with #D0609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0609B; }

 p { color: rgb(208,96,155); }

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

background-color css

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

 a { background-color: rgb(208,96,155); }

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

border-color css

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

 span { border-color: rgb(208,96,155); }

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