Html Css Color HEX #D53595 Deep Cerise

📋 copy color: '#D53595'

red 213 ◦ green 53 ◦ blue 149

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

Shades of Deep Cerise #D53595

Tints of Deep Cerise #D53595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

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

R = 51.33%
G = 12.77%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53595 (or 0xD53595) is known color: Deep Cerise. HEX triplet: D5, 35 and 95. RGB value is (213,53,149). Sum of RGB (Red+Green+Blue) = 213+53+149=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D53595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53595 is #2ACA6A. Grayscale: #6F6F6F. Windows color (decimal): -2804331 or 9778645. OLE color: 9778645.

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

Color convert

RGB 213 53 149 -
CMYK 0 0.75 0.30 0.16
HSL 324º 0.66% 0.52% -
HSV(B) 324º 0.75% 0.84% -
XYZ 34.14 18.86 30.28 -
YUV 111.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 213 53 149 0 0.75 0.30 0.16 324 0.66 0.52
Hex D5 35 95 0 4B 1E 10 144 42 34
Octal 325 65 225 0 113 36 20 504 102 64
Binary 11010101 110101 10010101 0 1001011 11110 10000 101000100 1000010 110100

Color Harmonies of #D53595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53595

Black with #D53595

Text Example


Text Example

White with #D53595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53595; }

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

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

background-color css

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

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

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

border-color css

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

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

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