#DF6BA4

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

Shades of Pale Violet Red #DF6BA4

Tints of Pale Violet Red #DF6BA4

Color information

#DF6BA4 (or 0xDF6BA4) is unknown color: approx Pale Violet Red. HEX triplet: DF, 6B and A4. RGB value is (223,107,164). Sum of RGB (Red+Green+Blue) = 223+107+164=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6BA4 is #20945B. Grayscale: #949494. Windows color (decimal): -2135132 or 10775519. OLE color: 10775519.

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

Color convert

RGB223107164-
CMYK00.520.260.13
HSL330.52º64.44%64.71%-
HSV(B)330.52º52.02%87.45%-
XYZ42.3928.8838.46-
YUV148.18136.93181.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.14%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=45.14%
G=21.66%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310716400.520.260.13330.5264.4464.71
HexDF6BA40341AD14b4041
Octal3371532440643215513100101
Binary11011111110101110100100011010011010110110100101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BA4; }

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

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

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

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

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

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

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

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