Html Css Color HEX #D53893 Deep Cerise

📋 copy color: '#D53893'

red 213 ◦ green 56 ◦ blue 147

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

Shades of Deep Cerise #D53893

Tints of Deep Cerise #D53893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 51.2%
G = 13.46%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53893 (or 0xD53893) is known color: Deep Cerise. HEX triplet: D5, 38 and 93. RGB value is (213,56,147). Sum of RGB (Red+Green+Blue) = 213+56+147=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D53893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53893 is #2AC76C. Grayscale: #717171. Windows color (decimal): -2803565 or 9648341. OLE color: 9648341.

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

Color convert

RGB 213 56 147 -
CMYK 0 0.74 0.31 0.16
HSL 325.22º 0.65% 0.53% -
HSV(B) 325.22º 0.74% 0.84% -
XYZ 34.12 19.08 29.49 -
YUV 113.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 213 56 147 0 0.74 0.31 0.16 325.22 0.65 0.53
Hex D5 38 93 0 4A 1F 10 145 41 35
Octal 325 70 223 0 112 37 20 505 101 65
Binary 11010101 111000 10010011 0 1001010 11111 10000 101000101 1000001 110101

Color Harmonies of #D53893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53893

Black with #D53893

Text Example


Text Example

White with #D53893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53893; }

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

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

background-color css

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

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

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

border-color css

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

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

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