Html Css Color HEX #D53176 Deep Cerise

📋 copy color: '#D53176'

red 213 ◦ green 49 ◦ blue 118

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

Shades of Deep Cerise #D53176

Tints of Deep Cerise #D53176

RGB

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

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

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

R = 56.05%
G = 12.89%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D53176 (or 0xD53176) is known color: Deep Cerise. HEX triplet: D5, 31 and 76. RGB value is (213,49,118). Sum of RGB (Red+Green+Blue) = 213+49+118=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D53176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53176 is #2ACE89. Grayscale: #696969. Windows color (decimal): -2805386 or 7746005. OLE color: 7746005.

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

Color convert

RGB 213 49 118 -
CMYK 0 0.77 0.45 0.16
HSL 334.76º 0.66% 0.51% -
HSV(B) 334.76º 0.77% 0.84% -
XYZ 31.81 17.65 18.87 -
YUV 105.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 213 49 118 0 0.77 0.45 0.16 334.76 0.66 0.51
Hex D5 31 76 0 4D 2D 10 14F 42 33
Octal 325 61 166 0 115 55 20 517 102 63
Binary 11010101 110001 1110110 0 1001101 101101 10000 101001111 1000010 110011

Color Harmonies of #D53176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53176

Black with #D53176

Text Example


Text Example

White with #D53176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53176; }

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

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

background-color css

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

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

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

border-color css

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

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

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