#D5337E

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

Shades of Deep Cerise #D5337E

Tints of Deep Cerise #D5337E

Color information

#D5337E (or 0xD5337E) is unknown color: approx Deep Cerise. HEX triplet: D5, 33 and 7E. RGB value is (213,51,126). Sum of RGB (Red+Green+Blue) = 213+51+126=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5337E is #2ACC81. Grayscale: #6B6B6B. Windows color (decimal): -2804866 or 8270805. OLE color: 8270805.

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

Color convert

RGB21351126-
CMYK00.760.410.16
HSL332.22º65.85%51.76%-
HSV(B)332.22º76.06%83.53%-
XYZ32.3918.0221.51-
YUV107.99138.17202.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=54.62%
G=13.08%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135112600.760.410.16332.2265.8551.76
HexD5337E04C291014c4234
Octal325631760114512051410264
Binary11010101110011111111001001100101001100001010011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5337E; }

 p { color: rgb(213,51,126); }

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

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

 a { background-color: rgb(213,51,126); }

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

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

 span { border-color: rgb(213,51,126); }

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