Html Css Color HEX #D53177 Deep Cerise

📋 copy color: '#D53177'

red 213 ◦ green 49 ◦ blue 119

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

Shades of Deep Cerise #D53177

Tints of Deep Cerise #D53177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 55.91%
G = 12.86%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D53177 (or 0xD53177) is known color: Deep Cerise. HEX triplet: D5, 31 and 77. RGB value is (213,49,119). Sum of RGB (Red+Green+Blue) = 213+49+119=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D53177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53177 is #2ACE88. Grayscale: #696969. Windows color (decimal): -2805385 or 7811541. OLE color: 7811541.

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

Color convert

RGB 213 49 119 -
CMYK 0 0.77 0.44 0.16
HSL 334.39º 0.66% 0.51% -
HSV(B) 334.39º 0.77% 0.84% -
XYZ 31.87 17.67 19.18 -
YUV 106.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 213 49 119 0 0.77 0.44 0.16 334.39 0.66 0.51
Hex D5 31 77 0 4D 2C 10 14E 42 33
Octal 325 61 167 0 115 54 20 516 102 63
Binary 11010101 110001 1110111 0 1001101 101100 10000 101001110 1000010 110011

Color Harmonies of #D53177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53177

Black with #D53177

Text Example


Text Example

White with #D53177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53177; }

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

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

background-color css

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

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

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

border-color css

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

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

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