Html Css Color HEX #D53479 Deep Cerise

📋 copy color: '#D53479'

red 213 ◦ green 52 ◦ blue 121

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

Shades of Deep Cerise #D53479

Tints of Deep Cerise #D53479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

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

R = 55.18%
G = 13.47%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53479 (or 0xD53479) is known color: Deep Cerise. HEX triplet: D5, 34 and 79. RGB value is (213,52,121). Sum of RGB (Red+Green+Blue) = 213+52+121=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D53479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53479 is #2ACB86. Grayscale: #6B6B6B. Windows color (decimal): -2804615 or 7943381. OLE color: 7943381.

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

Color convert

RGB 213 52 121 -
CMYK 0 0.76 0.43 0.16
HSL 334.29º 0.66% 0.52% -
HSV(B) 334.29º 0.76% 0.84% -
XYZ 32.12 17.98 19.87 -
YUV 108.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 213 52 121 0 0.76 0.43 0.16 334.29 0.66 0.52
Hex D5 34 79 0 4C 2B 10 14E 42 34
Octal 325 64 171 0 114 53 20 516 102 64
Binary 11010101 110100 1111001 0 1001100 101011 10000 101001110 1000010 110100

Color Harmonies of #D53479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53479

Black with #D53479

Text Example


Text Example

White with #D53479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53479; }

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

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

background-color css

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

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

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

border-color css

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

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

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