Html Css Color HEX #D53495 Deep Cerise

📋 copy color: '#D53495'

red 213 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #D53495

Tints of Deep Cerise #D53495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 51.45%
G = 12.56%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53495 (or 0xD53495) is known color: Deep Cerise. HEX triplet: D5, 34 and 95. RGB value is (213,52,149). Sum of RGB (Red+Green+Blue) = 213+52+149=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53495 is #2ACB6A. Grayscale: #6E6E6E. Windows color (decimal): -2804587 or 9778389. OLE color: 9778389.

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

Color convert

RGB 213 52 149 -
CMYK 0 0.76 0.30 0.16
HSL 323.85º 0.66% 0.52% -
HSV(B) 323.85º 0.76% 0.84% -
XYZ 34.09 18.77 30.26 -
YUV 111.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 213 52 149 0 0.76 0.30 0.16 323.85 0.66 0.52
Hex D5 34 95 0 4C 1E 10 144 42 34
Octal 325 64 225 0 114 36 20 504 102 64
Binary 11010101 110100 10010101 0 1001100 11110 10000 101000100 1000010 110100

Color Harmonies of #D53495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53495

Black with #D53495

Text Example


Text Example

White with #D53495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53495; }

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

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

background-color css

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

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

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

border-color css

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

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

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