#DC36AB

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

Shades of Persian Rose #DC36AB

Tints of Persian Rose #DC36AB

Color information

#DC36AB (or 0xDC36AB) is unknown color: approx Persian Rose. HEX triplet: DC, 36 and AB. RGB value is (220,54,171). Sum of RGB (Red+Green+Blue) = 220+54+171=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC36AB is #23C954. Grayscale: #747474. Windows color (decimal): -2345301 or 11220700. OLE color: 11220700.

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

Color convert

RGB22054171-
CMYK00.750.220.14
HSL317.71º70.34%53.73%-
HSV(B)317.71º75.45%86.27%-
XYZ38.1920.7940.53-
YUV116.97158.5201.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 54 (21.48% from 255) = 12.13%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=49.44%
G=12.13%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205417100.750.220.14317.7170.3453.73
HexDC36AB04B16E13e4636
Octal334662530113261647610666
Binary1101110011011010101011010010111011011101001111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC36AB; }

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

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

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

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

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

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

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

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