Html Css Color HEX #D53192 Deep Cerise

📋 copy color: '#D53192'

red 213 ◦ green 49 ◦ blue 146

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

Shades of Deep Cerise #D53192

Tints of Deep Cerise #D53192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 52.21%
G = 12.01%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53192 (or 0xD53192) is known color: Deep Cerise. HEX triplet: D5, 31 and 92. RGB value is (213,49,146). Sum of RGB (Red+Green+Blue) = 213+49+146=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D53192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53192 is #2ACE6D. Grayscale: #6C6C6C. Windows color (decimal): -2805358 or 9581013. OLE color: 9581013.

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

Color convert

RGB 213 49 146 -
CMYK 0 0.77 0.31 0.16
HSL 324.51º 0.66% 0.51% -
HSV(B) 324.51º 0.77% 0.84% -
XYZ 33.73 18.42 28.97 -
YUV 109.09 148.83 202.11 -
System Red Green Blue C M Y K H S L
Decimal 213 49 146 0 0.77 0.31 0.16 324.51 0.66 0.51
Hex D5 31 92 0 4D 1F 10 145 42 33
Octal 325 61 222 0 115 37 20 505 102 63
Binary 11010101 110001 10010010 0 1001101 11111 10000 101000101 1000010 110011

Color Harmonies of #D53192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53192

Black with #D53192

Text Example


Text Example

White with #D53192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53192; }

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

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

background-color css

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

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

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

border-color css

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

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

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