#DD6F95

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

Shades of Pale Violet Red #DD6F95

Tints of Pale Violet Red #DD6F95

Color information

#DD6F95 (or 0xDD6F95) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and 95. RGB value is (221,111,149). Sum of RGB (Red+Green+Blue) = 221+111+149=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F95 is #22906A. Grayscale: #949494. Windows color (decimal): -2265195 or 9793501. OLE color: 9793501.

HSL color Cylindrical-coordinate representation of color #DD6F95: hue angle of 339.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F95 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221111149-
CMYK00.500.330.13
HSL339.27º61.8%65.1%-
HSV(B)339.27º49.77%86.67%-
XYZ40.9328.9131.86-
YUV148.22128.44179.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=45.95%
G=23.08%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111114900.500.330.13339.2761.865.1
HexDD6F9503221D1533e41
Octal335157225062411552376101
Binary11011101110111110010101011001010000111011010100111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F95; }

 p { color: rgb(221,111,149); }

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

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

 a { background-color: rgb(221,111,149); }

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

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

 span { border-color: rgb(221,111,149); }

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