#DC38AD

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

Shades of Persian Rose #DC38AD

Tints of Persian Rose #DC38AD

Color information

#DC38AD (or 0xDC38AD) is unknown color: approx Persian Rose. HEX triplet: DC, 38 and AD. RGB value is (220,56,173). Sum of RGB (Red+Green+Blue) = 220+56+173=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC38AD is #23C752. Grayscale: #767676. Windows color (decimal): -2344787 or 11352284. OLE color: 11352284.

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

Color convert

RGB22056173-
CMYK00.750.210.14
HSL317.2º70.09%54.12%-
HSV(B)317.2º74.55%86.27%-
XYZ38.4721.0641.57-
YUV118.37158.83200.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.00%
GREEN value IS 56 (22.27% from 255) = 12.47%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=49.00%
G=12.47%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205617300.750.210.14317.270.0954.12
HexDC38AD04B15E13d4636
Octal334702550113251647510666
Binary1101110011100010101101010010111010111101001111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC38AD; }

 p { color: rgb(220,56,173); }

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

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

 a { background-color: rgb(220,56,173); }

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

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

 span { border-color: rgb(220,56,173); }

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