Html Css Color HEX #D0709B Hopbush

📋 copy color: '#D0709B'

red 208 ◦ green 112 ◦ blue 155

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

Shades of Hopbush #D0709B

Tints of Hopbush #D0709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 43.79%
G = 23.58%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0709B (or 0xD0709B) is known color: Hopbush. HEX triplet: D0, 70 and 9B. RGB value is (208,112,155). Sum of RGB (Red+Green+Blue) = 208+112+155=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0709B is #2F8F64. Grayscale: #919191. Windows color (decimal): -3116901 or 10186960. OLE color: 10186960.

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

Color convert

RGB 208 112 155 -
CMYK 0 0.46 0.25 0.18
HSL 333.13º 0.51% 0.63% -
HSV(B) 333.13º 0.46% 0.82% -
XYZ 37.72 27.36 34.3 -
YUV 145.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 208 112 155 0 0.46 0.25 0.18 333.13 0.51 0.63
Hex D0 70 9B 0 2E 19 12 14D 33 3F
Octal 320 160 233 0 56 31 22 515 63 77
Binary 11010000 1110000 10011011 0 101110 11001 10010 101001101 110011 111111

Color Harmonies of #D0709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0709B

Black with #D0709B

Text Example


Text Example

White with #D0709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0709B; }

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

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

background-color css

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

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

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

border-color css

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

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

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