#DC3DAF

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

Shades of Persian Rose #DC3DAF

Tints of Persian Rose #DC3DAF

Color information

#DC3DAF (or 0xDC3DAF) is unknown color: approx Persian Rose. HEX triplet: DC, 3D and AF. RGB value is (220,61,175). Sum of RGB (Red+Green+Blue) = 220+61+175=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAF is #23C250. Grayscale: #797979. Windows color (decimal): -2343505 or 11484636. OLE color: 11484636.

HSL color Cylindrical-coordinate representation of color #DC3DAF: hue angle of 316.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DAF is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB22061175-
CMYK00.720.200.14
HSL316.98º69.43%55.1%-
HSV(B)316.98º72.27%86.27%-
XYZ38.9221.6542.68-
YUV121.54158.18198.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.25%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=48.25%
G=13.38%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206117500.720.200.14316.9869.4355.1
HexDC3DAF04814E13d4537
Octal334752570110241647510567
Binary1101110011110110101111010010001010011101001111011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3DAF; }

 p { color: rgb(220,61,175); }

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

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

 a { background-color: rgb(220,61,175); }

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

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

 span { border-color: rgb(220,61,175); }

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