#D66994

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

Shades of Hopbush #D66994

Tints of Hopbush #D66994

Color information

#D66994 (or 0xD66994) is unknown color: approx Hopbush. HEX triplet: D6, 69 and 94. RGB value is (214,105,148). Sum of RGB (Red+Green+Blue) = 214+105+148=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D66994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66994 is #29966B. Grayscale: #8E8E8E. Windows color (decimal): -2725484 or 9726422. OLE color: 9726422.

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

Color convert

RGB214105148-
CMYK00.510.310.16
HSL336.33º57.07%62.55%-
HSV(B)336.33º50.93%83.92%-
XYZ38.1326.5431.13-
YUV142.49131.11179-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=45.82%
G=22.48%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410514800.510.310.16336.3357.0762.55
HexD669940331F10150393f
Octal32615122406337205207177
Binary1101011011010011001010001100111111110000101010000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66994; }

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

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

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

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

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

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

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

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