#D66D92

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

Shades of Pale Violet Red #D66D92

Tints of Pale Violet Red #D66D92

Color information

#D66D92 (or 0xD66D92) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 92. RGB value is (214,109,146). Sum of RGB (Red+Green+Blue) = 214+109+146=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D92 is #29926D. Grayscale: #909090. Windows color (decimal): -2724462 or 9596374. OLE color: 9596374.

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

Color convert

RGB214109146-
CMYK00.490.320.16
HSL338.86º56.15%63.33%-
HSV(B)338.86º49.07%83.92%-
XYZ38.3927.3130.44-
YUV144.61128.79177.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.63%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=45.63%
G=23.24%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410914600.490.320.16338.8656.1563.33
HexD66D920312010153383f
Octal32615522206140205237077
Binary11010110110110110010010011000110000010000101010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D92; }

 p { color: rgb(214,109,146); }

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

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

 a { background-color: rgb(214,109,146); }

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

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

 span { border-color: rgb(214,109,146); }

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