#D5349E

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

Shades of Deep Cerise #D5349E

Tints of Deep Cerise #D5349E

Color information

#D5349E (or 0xD5349E) is unknown color: approx Deep Cerise. HEX triplet: D5, 34 and 9E. RGB value is (213,52,158). Sum of RGB (Red+Green+Blue) = 213+52+158=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5349E is #2ACB61. Grayscale: #6F6F6F. Windows color (decimal): -2804578 or 10368213. OLE color: 10368213.

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

Color convert

RGB21352158-
CMYK00.760.260.16
HSL320.5º65.71%51.96%-
HSV(B)320.5º75.59%83.53%-
XYZ34.8419.0734.19-
YUV112.22153.84199.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 52 (20.70% from 255) = 12.29%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=50.35%
G=12.29%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135215800.760.260.16320.565.7151.96
HexD5349E04C1A101404234
Octal325642360114322050010264
Binary11010101110100100111100100110011010100001010000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5349E; }

 p { color: rgb(213,52,158); }

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

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

 a { background-color: rgb(213,52,158); }

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

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

 span { border-color: rgb(213,52,158); }

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