Html Css Color HEX #D06392 Hopbush

📋 copy color: '#D06392'

red 208 ◦ green 99 ◦ blue 146

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

Shades of Hopbush #D06392

Tints of Hopbush #D06392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.85%

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

R = 45.92%
G = 21.85%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D06392 (or 0xD06392) is known color: Hopbush. HEX triplet: D0, 63 and 92. RGB value is (208,99,146). Sum of RGB (Red+Green+Blue) = 208+99+146=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06392 is #2F9C6D. Grayscale: #888888. Windows color (decimal): -3120238 or 9593808. OLE color: 9593808.

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

Color convert

RGB 208 99 146 -
CMYK 0 0.52 0.30 0.18
HSL 334.13º 0.54% 0.6% -
HSV(B) 334.13º 0.52% 0.82% -
XYZ 35.66 24.41 30.03 -
YUV 136.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 208 99 146 0 0.52 0.30 0.18 334.13 0.54 0.6
Hex D0 63 92 0 34 1E 12 14E 36 3C
Octal 320 143 222 0 64 36 22 516 66 74
Binary 11010000 1100011 10010010 0 110100 11110 10010 101001110 110110 111100

Color Harmonies of #D06392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06392

Black with #D06392

Text Example


Text Example

White with #D06392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06392; }

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

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

background-color css

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

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

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

border-color css

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

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

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