#DC33AB

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

Shades of Persian Rose #DC33AB

Tints of Persian Rose #DC33AB

Color information

#DC33AB (or 0xDC33AB) is unknown color: approx Persian Rose. HEX triplet: DC, 33 and AB. RGB value is (220,51,171). Sum of RGB (Red+Green+Blue) = 220+51+171=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AB is #23CC54. Grayscale: #727272. Windows color (decimal): -2346069 or 11219932. OLE color: 11219932.

HSL color Cylindrical-coordinate representation of color #DC33AB: hue angle of 317.4º 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 #DC33AB is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB22051171-
CMYK00.770.220.14
HSL317.4º70.71%53.14%-
HSV(B)317.4º76.82%86.27%-
XYZ38.0520.5240.48-
YUV115.21159.49202.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=49.77%
G=11.54%
B=38.69%

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
Decimal2205117100.770.220.14317.470.7153.14
HexDC33AB04D16E13d4735
Octal334632530115261647510765
Binary1101110011001110101011010011011011011101001111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33AB; }

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

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

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

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

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

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

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

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