Html Css Color HEX #D06599 Hopbush

📋 copy color: '#D06599'

red 208 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #D06599

Tints of Hopbush #D06599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 45.02%
G = 21.86%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D06599 (or 0xD06599) is known color: Hopbush. HEX triplet: D0, 65 and 99. RGB value is (208,101,153). Sum of RGB (Red+Green+Blue) = 208+101+153=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D06599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06599 is #2F9A66. Grayscale: #8A8A8A. Windows color (decimal): -3119719 or 10053072. OLE color: 10053072.

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

Color convert

RGB 208 101 153 -
CMYK 0 0.51 0.26 0.18
HSL 330.84º 0.53% 0.61% -
HSV(B) 330.84º 0.51% 0.82% -
XYZ 36.42 25.02 33.05 -
YUV 138.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 208 101 153 0 0.51 0.26 0.18 330.84 0.53 0.61
Hex D0 65 99 0 33 1A 12 14B 35 3D
Octal 320 145 231 0 63 32 22 513 65 75
Binary 11010000 1100101 10011001 0 110011 11010 10010 101001011 110101 111101

Color Harmonies of #D06599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06599

Black with #D06599

Text Example


Text Example

White with #D06599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06599; }

 p { color: rgb(208,101,153); }

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

background-color css

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

 a { background-color: rgb(208,101,153); }

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

border-color css

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

 span { border-color: rgb(208,101,153); }

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