Html Css Color HEX #D66496 Hopbush

📋 copy color: '#D66496'

red 214 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #D66496

Tints of Hopbush #D66496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 46.12%
G = 21.55%
B = 32.33%

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

#D66496 (or 0xD66496) is known color: Hopbush. HEX triplet: D6, 64 and 96. RGB value is (214,100,150). Sum of RGB (Red+Green+Blue) = 214+100+150=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D66496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66496 is #299B69. Grayscale: #8B8B8B. Windows color (decimal): -2726762 or 9856214. OLE color: 9856214.

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

Color convert

RGB 214 100 150 -
CMYK 0 0.53 0.30 0.16
HSL 333.68º 0.58% 0.62% -
HSV(B) 333.68º 0.53% 0.84% -
XYZ 37.79 25.61 31.81 -
YUV 139.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 214 100 150 0 0.53 0.30 0.16 333.68 0.58 0.62
Hex D6 64 96 0 35 1E 10 14E 3A 3E
Octal 326 144 226 0 65 36 20 516 72 76
Binary 11010110 1100100 10010110 0 110101 11110 10000 101001110 111010 111110

Color Harmonies of #D66496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66496

Black with #D66496

Text Example


Text Example

White with #D66496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66496; }

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

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

background-color css

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

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

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

border-color css

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

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

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