Html Css Color HEX #D66596 Hopbush

📋 copy color: '#D66596'

red 214 ◦ green 101 ◦ blue 150

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

Shades of Hopbush #D66596

Tints of Hopbush #D66596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 46.02%
G = 21.72%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D66596 (or 0xD66596) is known color: Hopbush. HEX triplet: D6, 65 and 96. RGB value is (214,101,150). Sum of RGB (Red+Green+Blue) = 214+101+150=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66596 is #299A69. Grayscale: #8C8C8C. Windows color (decimal): -2726506 or 9856470. OLE color: 9856470.

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

Color convert

RGB 214 101 150 -
CMYK 0 0.53 0.30 0.16
HSL 333.98º 0.58% 0.62% -
HSV(B) 333.98º 0.53% 0.84% -
XYZ 37.89 25.81 31.84 -
YUV 140.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 214 101 150 0 0.53 0.30 0.16 333.98 0.58 0.62
Hex D6 65 96 0 35 1E 10 14E 3A 3E
Octal 326 145 226 0 65 36 20 516 72 76
Binary 11010110 1100101 10010110 0 110101 11110 10000 101001110 111010 111110

Color Harmonies of #D66596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66596

Black with #D66596

Text Example


Text Example

White with #D66596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66596; }

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

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

background-color css

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

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

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

border-color css

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

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

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