#D66D91

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

Shades of Pale Violet Red #D66D91

Tints of Pale Violet Red #D66D91

Color information

#D66D91 (or 0xD66D91) is unknown color: approx Pale Violet Red. HEX triplet: D6, 6D and 91. RGB value is (214,109,145). Sum of RGB (Red+Green+Blue) = 214+109+145=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D91 is #29926E. Grayscale: #909090. Windows color (decimal): -2724463 or 9530838. OLE color: 9530838.

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

Color convert

RGB214109145-
CMYK00.490.320.16
HSL339.43º56.15%63.33%-
HSV(B)339.43º49.07%83.92%-
XYZ38.3127.2830.03-
YUV144.5128.29177.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=45.73%
G=23.29%
B=30.98%

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
Decimal21410914500.490.320.16339.4356.1563.33
HexD66D910312010153383f
Octal32615522106140205237077
Binary11010110110110110010001011000110000010000101010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D91; }

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

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

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

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

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

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

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

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