#D66995

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

Shades of Hopbush #D66995

Tints of Hopbush #D66995

Color information

#D66995 (or 0xD66995) is unknown color: approx Hopbush. HEX triplet: D6, 69 and 95. RGB value is (214,105,149). Sum of RGB (Red+Green+Blue) = 214+105+149=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66995 is #29966A. Grayscale: #8E8E8E. Windows color (decimal): -2725483 or 9791958. OLE color: 9791958.

HSL color Cylindrical-coordinate representation of color #D66995: hue angle of 335.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66995 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214105149-
CMYK00.510.300.16
HSL335.78º57.07%62.55%-
HSV(B)335.78º50.93%83.92%-
XYZ38.2126.5731.55-
YUV142.61131.61178.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=45.73%
G=22.44%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410514900.510.300.16335.7857.0762.55
HexD669950331E10150393f
Octal32615122506336205207177
Binary1101011011010011001010101100111111010000101010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66995; }

 p { color: rgb(214,105,149); }

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

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

 a { background-color: rgb(214,105,149); }

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

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

 span { border-color: rgb(214,105,149); }

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