#D66CB3

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

Shades of Hopbush #D66CB3

Tints of Hopbush #D66CB3

Color information

#D66CB3 (or 0xD66CB3) is unknown color: approx Hopbush. HEX triplet: D6, 6C and B3. RGB value is (214,108,179). Sum of RGB (Red+Green+Blue) = 214+108+179=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CB3 is #29934C. Grayscale: #939393. Windows color (decimal): -2724685 or 11758806. OLE color: 11758806.

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

Color convert

RGB214108179-
CMYK00.500.160.16
HSL319.81º56.38%63.14%-
HSV(B)319.81º49.53%83.92%-
XYZ41.2328.2845.93-
YUV147.79145.62175.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 179 (70.31% from 255) = 35.73%
R=42.71%
G=21.56%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410817900.500.160.16319.8156.3863.14
HexD66CB30321010140383f
Octal32615426306220205007077
Binary1101011011011001011001101100101000010000101000000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CB3; }

 p { color: rgb(214,108,179); }

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

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

 a { background-color: rgb(214,108,179); }

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

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

 span { border-color: rgb(214,108,179); }

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