#DD6FA8

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

Shades of Pale Violet Red #DD6FA8

Tints of Pale Violet Red #DD6FA8

Color information

#DD6FA8 (or 0xDD6FA8) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and A8. RGB value is (221,111,168). Sum of RGB (Red+Green+Blue) = 221+111+168=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA8 is #229057. Grayscale: #969696. Windows color (decimal): -2265176 or 11038685. OLE color: 11038685.

HSL color Cylindrical-coordinate representation of color #DD6FA8: hue angle of 328.91º 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 #DD6FA8 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221111168-
CMYK00.500.240.13
HSL328.91º61.8%65.1%-
HSV(B)328.91º49.77%86.67%-
XYZ42.5729.5740.51-
YUV150.39137.94178.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=44.2%
G=22.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111116800.500.240.13328.9161.865.1
HexDD6FA803218D1493e41
Octal335157250062301551176101
Binary1101110111011111010100001100101100011011010010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FA8; }

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

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

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

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

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

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

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

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