Html Css Color HEX #D53291 Deep Cerise

📋 copy color: '#D53291'

red 213 ◦ green 50 ◦ blue 145

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

Shades of Deep Cerise #D53291

Tints of Deep Cerise #D53291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.25%

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

R = 52.21%
G = 12.25%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D53291 (or 0xD53291) is known color: Deep Cerise. HEX triplet: D5, 32 and 91. RGB value is (213,50,145). Sum of RGB (Red+Green+Blue) = 213+50+145=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D53291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53291 is #2ACD6E. Grayscale: #6D6D6D. Windows color (decimal): -2805103 or 9515733. OLE color: 9515733.

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

Color convert

RGB 213 50 145 -
CMYK 0 0.77 0.32 0.16
HSL 325.03º 0.66% 0.52% -
HSV(B) 325.03º 0.77% 0.84% -
XYZ 33.69 18.47 28.58 -
YUV 109.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 213 50 145 0 0.77 0.32 0.16 325.03 0.66 0.52
Hex D5 32 91 0 4D 20 10 145 42 34
Octal 325 62 221 0 115 40 20 505 102 64
Binary 11010101 110010 10010001 0 1001101 100000 10000 101000101 1000010 110100

Color Harmonies of #D53291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53291

Black with #D53291

Text Example


Text Example

White with #D53291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53291; }

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

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

background-color css

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

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

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

border-color css

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

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

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