Html Css Color HEX #D53798 Deep Cerise

📋 copy color: '#D53798'

red 213 ◦ green 55 ◦ blue 152

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

Shades of Deep Cerise #D53798

Tints of Deep Cerise #D53798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.1%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 50.71%
G = 13.1%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53798 (or 0xD53798) is known color: Deep Cerise. HEX triplet: D5, 37 and 98. RGB value is (213,55,152). Sum of RGB (Red+Green+Blue) = 213+55+152=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D53798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53798 is #2AC867. Grayscale: #717171. Windows color (decimal): -2803816 or 9975765. OLE color: 9975765.

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

Color convert

RGB 213 55 152 -
CMYK 0 0.74 0.29 0.16
HSL 323.16º 0.65% 0.53% -
HSV(B) 323.16º 0.74% 0.84% -
XYZ 34.47 19.15 31.58 -
YUV 113.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 213 55 152 0 0.74 0.29 0.16 323.16 0.65 0.53
Hex D5 37 98 0 4A 1D 10 143 41 35
Octal 325 67 230 0 112 35 20 503 101 65
Binary 11010101 110111 10011000 0 1001010 11101 10000 101000011 1000001 110101

Color Harmonies of #D53798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53798

Black with #D53798

Text Example


Text Example

White with #D53798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53798; }

 p { color: rgb(213,55,152); }

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

background-color css

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

 a { background-color: rgb(213,55,152); }

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

border-color css

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

 span { border-color: rgb(213,55,152); }

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