Html Css Color HEX #D53399 Deep Cerise

📋 copy color: '#D53399'

red 213 ◦ green 51 ◦ blue 153

#D53399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D53399

Tints of Deep Cerise #D53399

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

 GREEN value IS 51 (20.31% from 255) = 12.23%

 BLUE value IS 153 (60.16% from 255) = 36.69%

R = 51.08%
G = 12.23%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53399 (or 0xD53399) is known color: Deep Cerise. HEX triplet: D5, 33 and 99. RGB value is (213,51,153). Sum of RGB (Red+Green+Blue) = 213+51+153=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53399 is #2ACC66. Grayscale: #6E6E6E. Windows color (decimal): -2804839 or 10040277. OLE color: 10040277.

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

Color convert

RGB 213 51 153 -
CMYK 0 0.76 0.28 0.16
HSL 322.22º 0.66% 0.52% -
HSV(B) 322.22º 0.76% 0.84% -
XYZ 34.37 18.81 31.96 -
YUV 111.07 151.67 200.71 -
System Red Green Blue C M Y K H S L
Decimal 213 51 153 0 0.76 0.28 0.16 322.22 0.66 0.52
Hex D5 33 99 0 4C 1C 10 142 42 34
Octal 325 63 231 0 114 34 20 502 102 64
Binary 11010101 110011 10011001 0 1001100 11100 10000 101000010 1000010 110100

Color Harmonies of #D53399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53399

Black with #D53399

Text Example


Text Example

White with #D53399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53399; }

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

 H1.HeaderClassName
 {
   color: #D53399;
 }
 .AnyTagClassName
 {
   color: #D53399;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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