Html Css Color HEX #D53576 Deep Cerise

📋 copy color: '#D53576'

red 213 ◦ green 53 ◦ blue 118

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

Shades of Deep Cerise #D53576

Tints of Deep Cerise #D53576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 55.47%
G = 13.8%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53576 (or 0xD53576) is known color: Deep Cerise. HEX triplet: D5, 35 and 76. RGB value is (213,53,118). Sum of RGB (Red+Green+Blue) = 213+53+118=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D53576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53576 is #2ACA89. Grayscale: #6C6C6C. Windows color (decimal): -2804362 or 7747029. OLE color: 7747029.

HSL color Cylindrical-coordinate representation of color #D53576: hue angle of 335.62º degrees, saturation: 0.66, 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 #D53576 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 118 -
CMYK 0 0.75 0.45 0.16
HSL 335.63º 0.66% 0.52% -
HSV(B) 335.63º 0.75% 0.84% -
XYZ 31.98 18 18.93 -
YUV 108.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 213 53 118 0 0.75 0.45 0.16 335.63 0.66 0.52
Hex D5 35 76 0 4B 2D 10 150 42 34
Octal 325 65 166 0 113 55 20 520 102 64
Binary 11010101 110101 1110110 0 1001011 101101 10000 101010000 1000010 110100

Color Harmonies of #D53576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53576

Black with #D53576

Text Example


Text Example

White with #D53576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53576; }

 p { color: rgb(213,53,118); }

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

background-color css

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

 a { background-color: rgb(213,53,118); }

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

border-color css

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

 span { border-color: rgb(213,53,118); }

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