Html Css Color HEX #D06092 Hopbush

📋 copy color: '#D06092'

red 208 ◦ green 96 ◦ blue 146

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

Shades of Hopbush #D06092

Tints of Hopbush #D06092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.44%

R = 46.22%
G = 21.33%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D06092 (or 0xD06092) is known color: Hopbush. HEX triplet: D0, 60 and 92. RGB value is (208,96,146). Sum of RGB (Red+Green+Blue) = 208+96+146=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D06092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06092 is #2F9F6D. Grayscale: #878787. Windows color (decimal): -3121006 or 9593040. OLE color: 9593040.

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

Color convert

RGB 208 96 146 -
CMYK 0 0.54 0.30 0.18
HSL 333.21º 0.54% 0.6% -
HSV(B) 333.21º 0.54% 0.82% -
XYZ 35.38 23.85 29.93 -
YUV 135.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 208 96 146 0 0.54 0.30 0.18 333.21 0.54 0.6
Hex D0 60 92 0 36 1E 12 14D 36 3C
Octal 320 140 222 0 66 36 22 515 66 74
Binary 11010000 1100000 10010010 0 110110 11110 10010 101001101 110110 111100

Color Harmonies of #D06092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06092

Black with #D06092

Text Example


Text Example

White with #D06092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06092; }

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

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

background-color css

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

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

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

border-color css

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

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

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