#D5339F

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

Shades of Deep Cerise #D5339F

Tints of Deep Cerise #D5339F

Color information

#D5339F (or 0xD5339F) is unknown color: approx Deep Cerise. HEX triplet: D5, 33 and 9F. RGB value is (213,51,159). Sum of RGB (Red+Green+Blue) = 213+51+159=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5339F is #2ACC60. Grayscale: #6F6F6F. Windows color (decimal): -2804833 or 10433493. OLE color: 10433493.

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

Color convert

RGB21351159-
CMYK00.760.250.16
HSL320º65.85%51.76%-
HSV(B)320º76.06%83.53%-
XYZ34.8819.0234.63-
YUV111.75154.67200.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=50.35%
G=12.06%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135115900.760.250.1632065.8551.76
HexD5339F04C19101404234
Octal325632370114312050010264
Binary11010101110011100111110100110011001100001010000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5339F; }

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

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

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

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

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

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

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

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