#DF3CAA

Color #DF3CAA Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DF3CAA

Tints of Persian Rose #DF3CAA

Color information

#DF3CAA (or 0xDF3CAA) is unknown color: approx Persian Rose. HEX triplet: DF, 3C and AA. RGB value is (223,60,170). Sum of RGB (Red+Green+Blue) = 223+60+170=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CAA is #20C355. Grayscale: #787878. Windows color (decimal): -2147158 or 11156703. OLE color: 11156703.

HSL color Cylindrical-coordinate representation of color #DF3CAA: hue angle of 319.51º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3CAA is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22360170-
CMYK00.730.240.13
HSL319.51º71.81%55.49%-
HSV(B)319.51º73.09%87.45%-
XYZ39.321.8240.17-
YUV121.28155.5200.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 60 (23.83% from 255) = 13.25%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=49.23%
G=13.25%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236017000.730.240.13319.5171.8155.49
HexDF3CAA04918D1404837
Octal337742520111301550011067
Binary1101111111110010101010010010011100011011010000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3CAA; }

 p { color: rgb(223,60,170); }

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

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

 a { background-color: rgb(223,60,170); }

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

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

 span { border-color: rgb(223,60,170); }

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