#D5399D

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

Shades of Deep Cerise #D5399D

Tints of Deep Cerise #D5399D

Color information

#D5399D (or 0xD5399D) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and 9D. RGB value is (213,57,157). Sum of RGB (Red+Green+Blue) = 213+57+157=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5399D is #2AC662. Grayscale: #727272. Windows color (decimal): -2803299 or 10303957. OLE color: 10303957.

HSL color Cylindrical-coordinate representation of color #D5399D: hue angle of 321.54º 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 #D5399D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21357157-
CMYK00.730.260.16
HSL321.54º65%52.94%-
HSV(B)321.54º73.24%83.53%-
XYZ34.9919.5133.82-
YUV115.04151.68197.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 57 (22.66% from 255) = 13.35%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=49.88%
G=13.35%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135715700.730.260.16321.546552.94
HexD5399D0491A101424135
Octal325712350111322050210165
Binary11010101111001100111010100100111010100001010000101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5399D; }

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

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

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

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

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

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

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

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