Html Css Color HEX #D53491 Deep Cerise

📋 copy color: '#D53491'

red 213 ◦ green 52 ◦ blue 145

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

Shades of Deep Cerise #D53491

Tints of Deep Cerise #D53491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.68%

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 51.95%
G = 12.68%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53491 (or 0xD53491) is known color: Deep Cerise. HEX triplet: D5, 34 and 91. RGB value is (213,52,145). Sum of RGB (Red+Green+Blue) = 213+52+145=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D53491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53491 is #2ACB6E. Grayscale: #6E6E6E. Windows color (decimal): -2804591 or 9516245. OLE color: 9516245.

HSL color Cylindrical-coordinate representation of color #D53491: hue angle of 325.34º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53491 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 145 -
CMYK 0 0.76 0.32 0.16
HSL 325.34º 0.66% 0.52% -
HSV(B) 325.34º 0.76% 0.84% -
XYZ 33.78 18.65 28.61 -
YUV 110.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 213 52 145 0 0.76 0.32 0.16 325.34 0.66 0.52
Hex D5 34 91 0 4C 20 10 145 42 34
Octal 325 64 221 0 114 40 20 505 102 64
Binary 11010101 110100 10010001 0 1001100 100000 10000 101000101 1000010 110100

Color Harmonies of #D53491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53491

Black with #D53491

Text Example


Text Example

White with #D53491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53491; }

 p { color: rgb(213,52,145); }

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

background-color css

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

 a { background-color: rgb(213,52,145); }

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

border-color css

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

 span { border-color: rgb(213,52,145); }

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