#D66797

Color #D66797 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D66797

Tints of Hopbush #D66797

Color information

#D66797 (or 0xD66797) is unknown color: approx Hopbush. HEX triplet: D6, 67 and 97. RGB value is (214,103,151). Sum of RGB (Red+Green+Blue) = 214+103+151=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66797 is #299868. Grayscale: #8D8D8D. Windows color (decimal): -2725993 or 9922518. OLE color: 9922518.

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

Color convert

RGB214103151-
CMYK00.520.290.16
HSL334.05º57.51%62.16%-
HSV(B)334.05º51.87%83.92%-
XYZ38.1726.2332.33-
YUV141.66133.27179.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 103 (40.62% from 255) = 22.01%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=45.73%
G=22.01%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410315100.520.290.16334.0557.5162.16
HexD667970341D1014e3a3e
Octal32614722706435205167276
Binary1101011011001111001011101101001110110000101001110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66797; }

 p { color: rgb(214,103,151); }

 H1.HeaderClassName
 {
   color: #D66797;
 }
 .AnyTagClassName
 {
   color: #D66797;
 }
</style>
background-color css

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

 a { background-color: rgb(214,103,151); }

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

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

 span { border-color: rgb(214,103,151); }

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