#DC33AC

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

Shades of Persian Rose #DC33AC

Tints of Persian Rose #DC33AC

Color information

#DC33AC (or 0xDC33AC) is unknown color: approx Persian Rose. HEX triplet: DC, 33 and AC. RGB value is (220,51,172). Sum of RGB (Red+Green+Blue) = 220+51+172=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AC is #23CC53. Grayscale: #737373. Windows color (decimal): -2346068 or 11285468. OLE color: 11285468.

HSL color Cylindrical-coordinate representation of color #DC33AC: hue angle of 317.04º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC33AC is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB22051172-
CMYK00.770.220.14
HSL317.04º70.71%53.14%-
HSV(B)317.04º76.82%86.27%-
XYZ38.1520.5640.99-
YUV115.32159.99202.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=49.66%
G=11.51%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205117200.770.220.14317.0470.7153.14
HexDC33AC04D16E13d4735
Octal334632540115261647510765
Binary1101110011001110101100010011011011011101001111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33AC; }

 p { color: rgb(220,51,172); }

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

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

 a { background-color: rgb(220,51,172); }

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

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

 span { border-color: rgb(220,51,172); }

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