#D66194

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

Shades of Hopbush #D66194

Tints of Hopbush #D66194

Color information

#D66194 (or 0xD66194) is unknown color: approx Hopbush. HEX triplet: D6, 61 and 94. RGB value is (214,97,148). Sum of RGB (Red+Green+Blue) = 214+97+148=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66194 is #299E6B. Grayscale: #898989. Windows color (decimal): -2727532 or 9724374. OLE color: 9724374.

HSL color Cylindrical-coordinate representation of color #D66194: hue angle of 333.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66194 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21497148-
CMYK00.550.310.16
HSL333.85º58.79%60.98%-
HSV(B)333.85º54.67%83.92%-
XYZ37.3524.9830.87-
YUV137.8133.76182.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.62%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=46.62%
G=21.13%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149714800.550.310.16333.8558.7960.98
HexD661940371F1014e3b3d
Octal32614122406737205167375
Binary1101011011000011001010001101111111110000101001110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66194; }

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

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

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

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

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

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

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

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