Html Css Color HEX #D53179 Deep Cerise

📋 copy color: '#D53179'

red 213 ◦ green 49 ◦ blue 121

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

Shades of Deep Cerise #D53179

Tints of Deep Cerise #D53179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

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

R = 55.61%
G = 12.79%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53179 (or 0xD53179) is known color: Deep Cerise. HEX triplet: D5, 31 and 79. RGB value is (213,49,121). Sum of RGB (Red+Green+Blue) = 213+49+121=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D53179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53179 is #2ACE86. Grayscale: #6A6A6A. Windows color (decimal): -2805383 or 7942613. OLE color: 7942613.

HSL color Cylindrical-coordinate representation of color #D53179: hue angle of 333.66º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53179 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 121 -
CMYK 0 0.77 0.43 0.16
HSL 333.66º 0.66% 0.51% -
HSV(B) 333.66º 0.77% 0.84% -
XYZ 31.99 17.72 19.82 -
YUV 106.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 213 49 121 0 0.77 0.43 0.16 333.66 0.66 0.51
Hex D5 31 79 0 4D 2B 10 14E 42 33
Octal 325 61 171 0 115 53 20 516 102 63
Binary 11010101 110001 1111001 0 1001101 101011 10000 101001110 1000010 110011

Color Harmonies of #D53179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53179

Black with #D53179

Text Example


Text Example

White with #D53179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53179; }

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

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

background-color css

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

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

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

border-color css

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

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

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