Html Css Color HEX #D53196 Deep Cerise

📋 copy color: '#D53196'

red 213 ◦ green 49 ◦ blue 150

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

Shades of Deep Cerise #D53196

Tints of Deep Cerise #D53196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 51.7%
G = 11.89%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53196 (or 0xD53196) is known color: Deep Cerise. HEX triplet: D5, 31 and 96. RGB value is (213,49,150). Sum of RGB (Red+Green+Blue) = 213+49+150=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D53196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53196 is #2ACE69. Grayscale: #6D6D6D. Windows color (decimal): -2805354 or 9843157. OLE color: 9843157.

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

Color convert

RGB 213 49 150 -
CMYK 0 0.77 0.30 0.16
HSL 323.05º 0.66% 0.51% -
HSV(B) 323.05º 0.77% 0.84% -
XYZ 34.04 18.54 30.64 -
YUV 109.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 213 49 150 0 0.77 0.30 0.16 323.05 0.66 0.51
Hex D5 31 96 0 4D 1E 10 143 42 33
Octal 325 61 226 0 115 36 20 503 102 63
Binary 11010101 110001 10010110 0 1001101 11110 10000 101000011 1000010 110011

Color Harmonies of #D53196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53196

Black with #D53196

Text Example


Text Example

White with #D53196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53196; }

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

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

background-color css

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

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

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

border-color css

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

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

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