Html Css Color HEX #D66599 Hopbush

📋 copy color: '#D66599'

red 214 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #D66599

Tints of Hopbush #D66599

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

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

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

R = 45.73%
G = 21.58%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D66599 (or 0xD66599) is known color: Hopbush. HEX triplet: D6, 65 and 99. RGB value is (214,101,153). Sum of RGB (Red+Green+Blue) = 214+101+153=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66599 is #299A66. Grayscale: #8C8C8C. Windows color (decimal): -2726503 or 10053078. OLE color: 10053078.

HSL color Cylindrical-coordinate representation of color #D66599: hue angle of 332.39º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66599 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 153 -
CMYK 0 0.53 0.29 0.16
HSL 332.39º 0.58% 0.62% -
HSV(B) 332.39º 0.53% 0.84% -
XYZ 38.14 25.9 33.13 -
YUV 140.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 214 101 153 0 0.53 0.29 0.16 332.39 0.58 0.62
Hex D6 65 99 0 35 1D 10 14C 3A 3E
Octal 326 145 231 0 65 35 20 514 72 76
Binary 11010110 1100101 10011001 0 110101 11101 10000 101001100 111010 111110

Color Harmonies of #D66599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66599

Black with #D66599

Text Example


Text Example

White with #D66599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66599; }

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

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

background-color css

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

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

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

border-color css

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

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

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