Html Css Color HEX #D53895 Deep Cerise

📋 copy color: '#D53895'

red 213 ◦ green 56 ◦ blue 149

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

Shades of Deep Cerise #D53895

Tints of Deep Cerise #D53895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.4%

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

R = 50.96%
G = 13.4%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D53895 (or 0xD53895) is known color: Deep Cerise. HEX triplet: D5, 38 and 95. RGB value is (213,56,149). Sum of RGB (Red+Green+Blue) = 213+56+149=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D53895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53895 is #2AC76A. Grayscale: #717171. Windows color (decimal): -2803563 or 9779413. OLE color: 9779413.

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

Color convert

RGB 213 56 149 -
CMYK 0 0.74 0.30 0.16
HSL 324.46º 0.65% 0.53% -
HSV(B) 324.46º 0.74% 0.84% -
XYZ 34.28 19.14 30.32 -
YUV 113.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 213 56 149 0 0.74 0.30 0.16 324.46 0.65 0.53
Hex D5 38 95 0 4A 1E 10 144 41 35
Octal 325 70 225 0 112 36 20 504 101 65
Binary 11010101 111000 10010101 0 1001010 11110 10000 101000100 1000001 110101

Color Harmonies of #D53895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53895

Black with #D53895

Text Example


Text Example

White with #D53895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53895; }

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

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

background-color css

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

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

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

border-color css

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

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

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