#DD6FA4

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

Shades of Pale Violet Red #DD6FA4

Tints of Pale Violet Red #DD6FA4

Color information

#DD6FA4 (or 0xDD6FA4) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and A4. RGB value is (221,111,164). Sum of RGB (Red+Green+Blue) = 221+111+164=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FA4 is #22905B. Grayscale: #959595. Windows color (decimal): -2265180 or 10776541. OLE color: 10776541.

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

Color convert

RGB221111164-
CMYK00.500.260.13
HSL331.09º61.8%65.1%-
HSV(B)331.09º49.77%86.67%-
XYZ42.229.4238.58-
YUV149.93135.94178.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 164 (64.45% from 255) = 33.06%
R=44.56%
G=22.38%
B=33.06%

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
Decimal22111116400.500.260.13331.0961.865.1
HexDD6FA40321AD14b3e41
Octal335157244062321551376101
Binary1101110111011111010010001100101101011011010010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FA4; }

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

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

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

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

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

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

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

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