Html Css Color HEX #D53194 Deep Cerise

📋 copy color: '#D53194'

red 213 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #D53194

Tints of Deep Cerise #D53194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 51.95%
G = 11.95%
B = 36.1%

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

#D53194 (or 0xD53194) is known color: Deep Cerise. HEX triplet: D5, 31 and 94. RGB value is (213,49,148). Sum of RGB (Red+Green+Blue) = 213+49+148=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D53194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53194 is #2ACE6B. Grayscale: #6D6D6D. Windows color (decimal): -2805356 or 9712085. OLE color: 9712085.

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

Color convert

RGB 213 49 148 -
CMYK 0 0.77 0.31 0.16
HSL 323.78º 0.66% 0.51% -
HSV(B) 323.78º 0.77% 0.84% -
XYZ 33.88 18.48 29.8 -
YUV 109.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 213 49 148 0 0.77 0.31 0.16 323.78 0.66 0.51
Hex D5 31 94 0 4D 1F 10 144 42 33
Octal 325 61 224 0 115 37 20 504 102 63
Binary 11010101 110001 10010100 0 1001101 11111 10000 101000100 1000010 110011

Color Harmonies of #D53194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53194

Black with #D53194

Text Example


Text Example

White with #D53194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53194; }

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

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

background-color css

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

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

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

border-color css

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

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

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