Html Css Color HEX #D06090 Hopbush

📋 copy color: '#D06090'

red 208 ◦ green 96 ◦ blue 144

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

Shades of Hopbush #D06090

Tints of Hopbush #D06090

RGB

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

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

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

R = 46.43%
G = 21.43%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D06090 (or 0xD06090) is known color: Hopbush. HEX triplet: D0, 60 and 90. RGB value is (208,96,144). Sum of RGB (Red+Green+Blue) = 208+96+144=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D06090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06090 is #2F9F6F. Grayscale: #868686. Windows color (decimal): -3121008 or 9461968. OLE color: 9461968.

HSL color Cylindrical-coordinate representation of color #D06090: hue angle of 334.29º 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 #D06090 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 144 -
CMYK 0 0.54 0.31 0.18
HSL 334.29º 0.54% 0.6% -
HSV(B) 334.29º 0.54% 0.82% -
XYZ 35.23 23.79 29.12 -
YUV 134.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 208 96 144 0 0.54 0.31 0.18 334.29 0.54 0.6
Hex D0 60 90 0 36 1F 12 14E 36 3C
Octal 320 140 220 0 66 37 22 516 66 74
Binary 11010000 1100000 10010000 0 110110 11111 10010 101001110 110110 111100

Color Harmonies of #D06090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06090

Black with #D06090

Text Example


Text Example

White with #D06090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06090; }

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

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

background-color css

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

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

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

border-color css

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

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

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