#D5368A

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

Shades of Deep Cerise #D5368A

Tints of Deep Cerise #D5368A

Color information

#D5368A (or 0xD5368A) is unknown color: approx Deep Cerise. HEX triplet: D5, 36 and 8A. RGB value is (213,54,138). Sum of RGB (Red+Green+Blue) = 213+54+138=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5368A is #2AC975. Grayscale: #6E6E6E. Windows color (decimal): -2804086 or 9058005. OLE color: 9058005.

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

Color convert

RGB21354138-
CMYK00.750.350.16
HSL328.3º65.43%52.35%-
HSV(B)328.3º74.65%83.53%-
XYZ33.3518.6225.88-
YUV111.12143.18200.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.59%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=52.59%
G=13.33%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135413800.750.350.16328.365.4352.35
HexD5368A04B23101484134
Octal325662120113432051010164
Binary110101011101101000101001001011100011100001010010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5368A; }

 p { color: rgb(213,54,138); }

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

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

 a { background-color: rgb(213,54,138); }

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

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

 span { border-color: rgb(213,54,138); }

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