#DD6FA3

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

Shades of Pale Violet Red #DD6FA3

Tints of Pale Violet Red #DD6FA3

Color information

#DD6FA3 (or 0xDD6FA3) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and A3. RGB value is (221,111,163). Sum of RGB (Red+Green+Blue) = 221+111+163=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA3 is #22905C. Grayscale: #959595. Windows color (decimal): -2265181 or 10711005. OLE color: 10711005.

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

Color convert

RGB221111163-
CMYK00.500.260.13
HSL331.64º61.8%65.1%-
HSV(B)331.64º49.77%86.67%-
XYZ42.1129.3938.1-
YUV149.82135.44178.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=44.65%
G=22.42%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111116300.500.260.13331.6461.865.1
HexDD6FA30321AD14c3e41
Octal335157243062321551476101
Binary1101110111011111010001101100101101011011010011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FA3; }

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

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

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

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

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

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

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

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