#D66B8C

Color #D66B8C Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D66B8C

Tints of Pale Violet Red #D66B8C

Color information

#D66B8C (or 0xD66B8C) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6B and 8C. RGB value is (214,107,140). Sum of RGB (Red+Green+Blue) = 214+107+140=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66B8C is #299473. Grayscale: #8E8E8E. Windows color (decimal): -2724980 or 9202646. OLE color: 9202646.

HSL color Cylindrical-coordinate representation of color #D66B8C: hue angle of 341.5º degrees, saturation: 0.57, 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 #D66B8C is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214107140-
CMYK00.500.350.16
HSL341.5º56.61%62.94%-
HSV(B)341.5º50%83.92%-
XYZ37.7226.727.98-
YUV142.76126.45178.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=46.42%
G=23.21%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410714000.500.350.16341.556.6162.94
HexD66B8C0322310155393f
Octal32615321406243205257177
Binary11010110110101110001100011001010001110000101010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B8C; }

 p { color: rgb(214,107,140); }

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

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

 a { background-color: rgb(214,107,140); }

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

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

 span { border-color: rgb(214,107,140); }

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