Html Css Color HEX #D53676 Deep Cerise

📋 copy color: '#D53676'

red 213 ◦ green 54 ◦ blue 118

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

Shades of Deep Cerise #D53676

Tints of Deep Cerise #D53676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.03%

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

R = 55.32%
G = 14.03%
B = 30.65%

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

#D53676 (or 0xD53676) is known color: Deep Cerise. HEX triplet: D5, 36 and 76. RGB value is (213,54,118). Sum of RGB (Red+Green+Blue) = 213+54+118=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D53676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53676 is #2AC989. Grayscale: #6C6C6C. Windows color (decimal): -2804106 or 7747285. OLE color: 7747285.

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

Color convert

RGB 213 54 118 -
CMYK 0 0.75 0.45 0.16
HSL 335.85º 0.65% 0.52% -
HSV(B) 335.85º 0.75% 0.84% -
XYZ 32.03 18.09 18.94 -
YUV 108.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 213 54 118 0 0.75 0.45 0.16 335.85 0.65 0.52
Hex D5 36 76 0 4B 2D 10 150 41 34
Octal 325 66 166 0 113 55 20 520 101 64
Binary 11010101 110110 1110110 0 1001011 101101 10000 101010000 1000001 110100

Color Harmonies of #D53676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53676

Black with #D53676

Text Example


Text Example

White with #D53676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53676; }

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

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

background-color css

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

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

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

border-color css

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

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

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