#D538A0

Color #D538A0 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D538A0

Tints of Deep Cerise #D538A0

Color information

#D538A0 (or 0xD538A0) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and A0. RGB value is (213,56,160). Sum of RGB (Red+Green+Blue) = 213+56+160=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D538A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538A0 is #2AC75F. Grayscale: #727272. Windows color (decimal): -2803552 or 10500309. OLE color: 10500309.

HSL color Cylindrical-coordinate representation of color #D538A0: hue angle of 320.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538A0 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21356160-
CMYK00.740.250.16
HSL320.25º65.15%52.75%-
HSV(B)320.25º73.71%83.53%-
XYZ35.219.5135.17-
YUV114.8153.51198.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=49.65%
G=13.05%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135616000.740.250.16320.2565.1552.75
HexD538A004A19101404135
Octal325702400112312050010165
Binary11010101111000101000000100101011001100001010000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D538A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D538A0; }

 p { color: rgb(213,56,160); }

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

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

 a { background-color: rgb(213,56,160); }

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

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

 span { border-color: rgb(213,56,160); }

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