Html Css Color HEX #D53579 Deep Cerise

📋 copy color: '#D53579'

red 213 ◦ green 53 ◦ blue 121

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

Shades of Deep Cerise #D53579

Tints of Deep Cerise #D53579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 55.04%
G = 13.7%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53579 (or 0xD53579) is known color: Deep Cerise. HEX triplet: D5, 35 and 79. RGB value is (213,53,121). Sum of RGB (Red+Green+Blue) = 213+53+121=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D53579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53579 is #2ACA86. Grayscale: #6C6C6C. Windows color (decimal): -2804359 or 7943637. OLE color: 7943637.

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

Color convert

RGB 213 53 121 -
CMYK 0 0.75 0.43 0.16
HSL 334.5º 0.66% 0.52% -
HSV(B) 334.5º 0.75% 0.84% -
XYZ 32.16 18.07 19.88 -
YUV 108.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 213 53 121 0 0.75 0.43 0.16 334.5 0.66 0.52
Hex D5 35 79 0 4B 2B 10 14E 42 34
Octal 325 65 171 0 113 53 20 516 102 64
Binary 11010101 110101 1111001 0 1001011 101011 10000 101001110 1000010 110100

Color Harmonies of #D53579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53579

Black with #D53579

Text Example


Text Example

White with #D53579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53579; }

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

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

background-color css

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

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

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

border-color css

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

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

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