Html Css Color HEX #D06190 Hopbush

📋 copy color: '#D06190'

red 208 ◦ green 97 ◦ blue 144

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

Shades of Hopbush #D06190

Tints of Hopbush #D06190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 46.33%
G = 21.6%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06190 (or 0xD06190) is known color: Hopbush. HEX triplet: D0, 61 and 90. RGB value is (208,97,144). Sum of RGB (Red+Green+Blue) = 208+97+144=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D06190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06190 is #2F9E6F. Grayscale: #878787. Windows color (decimal): -3120752 or 9462224. OLE color: 9462224.

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

Color convert

RGB 208 97 144 -
CMYK 0 0.53 0.31 0.18
HSL 334.59º 0.54% 0.6% -
HSV(B) 334.59º 0.53% 0.82% -
XYZ 35.32 23.97 29.15 -
YUV 135.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 208 97 144 0 0.53 0.31 0.18 334.59 0.54 0.6
Hex D0 61 90 0 35 1F 12 14F 36 3C
Octal 320 141 220 0 65 37 22 517 66 74
Binary 11010000 1100001 10010000 0 110101 11111 10010 101001111 110110 111100

Color Harmonies of #D06190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06190

Black with #D06190

Text Example


Text Example

White with #D06190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06190; }

 p { color: rgb(208,97,144); }

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

background-color css

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

 a { background-color: rgb(208,97,144); }

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

border-color css

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

 span { border-color: rgb(208,97,144); }

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