#D5397D

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

Shades of Deep Cerise #D5397D

Tints of Deep Cerise #D5397D

Color information

#D5397D (or 0xD5397D) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and 7D. RGB value is (213,57,125). Sum of RGB (Red+Green+Blue) = 213+57+125=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5397D is #2AC682. Grayscale: #6F6F6F. Windows color (decimal): -2803331 or 8206805. OLE color: 8206805.

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

Color convert

RGB21357125-
CMYK00.730.410.16
HSL333.85º65%52.94%-
HSV(B)333.85º73.24%83.53%-
XYZ32.6118.5521.26-
YUV111.4135.68200.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=53.92%
G=14.43%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135712500.730.410.16333.856552.94
HexD5397D049291014e4135
Octal325711750111512051610165
Binary11010101111001111110101001001101001100001010011101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5397D; }

 p { color: rgb(213,57,125); }

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

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

 a { background-color: rgb(213,57,125); }

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

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

 span { border-color: rgb(213,57,125); }

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