#DF6BA2

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

Shades of Pale Violet Red #DF6BA2

Tints of Pale Violet Red #DF6BA2

Color information

#DF6BA2 (or 0xDF6BA2) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6B and A2. RGB value is (223,107,162). Sum of RGB (Red+Green+Blue) = 223+107+162=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA2 is #20945D. Grayscale: #939393. Windows color (decimal): -2135134 or 10644447. OLE color: 10644447.

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

Color convert

RGB223107162-
CMYK00.520.270.13
HSL331.55º64.44%64.71%-
HSV(B)331.55º52.02%87.45%-
XYZ42.2128.8137.52-
YUV147.95135.93181.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.33%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=45.33%
G=21.75%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310716200.520.270.13331.5564.4464.71
HexDF6BA20341BD14c4041
Octal3371532420643315514100101
Binary11011111110101110100010011010011011110110100110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BA2; }

 p { color: rgb(223,107,162); }

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

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

 a { background-color: rgb(223,107,162); }

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

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

 span { border-color: rgb(223,107,162); }

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