Html Css Color HEX #D53896 Deep Cerise

📋 copy color: '#D53896'

red 213 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D53896

Tints of Deep Cerise #D53896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.8%

R = 50.84%
G = 13.37%
B = 35.8%

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

#D53896 (or 0xD53896) is known color: Deep Cerise. HEX triplet: D5, 38 and 96. RGB value is (213,56,150). Sum of RGB (Red+Green+Blue) = 213+56+150=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53896 is #2AC769. Grayscale: #717171. Windows color (decimal): -2803562 or 9844949. OLE color: 9844949.

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

Color convert

RGB 213 56 150 -
CMYK 0 0.74 0.30 0.16
HSL 324.08º 0.65% 0.53% -
HSV(B) 324.08º 0.74% 0.84% -
XYZ 34.36 19.18 30.74 -
YUV 113.66 148.51 198.86 -
System Red Green Blue C M Y K H S L
Decimal 213 56 150 0 0.74 0.30 0.16 324.08 0.65 0.53
Hex D5 38 96 0 4A 1E 10 144 41 35
Octal 325 70 226 0 112 36 20 504 101 65
Binary 11010101 111000 10010110 0 1001010 11110 10000 101000100 1000001 110101

Color Harmonies of #D53896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53896

Black with #D53896

Text Example


Text Example

White with #D53896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53896; }

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

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

background-color css

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

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

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

border-color css

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

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

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