#DF6CA1

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

Shades of Pale Violet Red #DF6CA1

Tints of Pale Violet Red #DF6CA1

Color information

#DF6CA1 (or 0xDF6CA1) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6C and A1. RGB value is (223,108,161). Sum of RGB (Red+Green+Blue) = 223+108+161=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CA1 is #20935E. Grayscale: #949494. Windows color (decimal): -2134879 or 10579167. OLE color: 10579167.

HSL color Cylindrical-coordinate representation of color #DF6CA1: hue angle of 332.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CA1 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB223108161-
CMYK00.520.280.13
HSL332.35º64.25%64.9%-
HSV(B)332.35º51.57%87.45%-
XYZ42.2328.9937.09-
YUV148.43135.1181.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=45.33%
G=21.95%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310816100.520.280.13332.3564.2564.9
HexDF6CA10341CD14c4041
Octal3371542410643415514100101
Binary11011111110110010100001011010011100110110100110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6CA1; }

 p { color: rgb(223,108,161); }

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

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

 a { background-color: rgb(223,108,161); }

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

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

 span { border-color: rgb(223,108,161); }

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