Html Css Color HEX #D53498 Deep Cerise

📋 copy color: '#D53498'

red 213 ◦ green 52 ◦ blue 152

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

Shades of Deep Cerise #D53498

Tints of Deep Cerise #D53498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.47%

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

R = 51.08%
G = 12.47%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53498 (or 0xD53498) is known color: Deep Cerise. HEX triplet: D5, 34 and 98. RGB value is (213,52,152). Sum of RGB (Red+Green+Blue) = 213+52+152=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53498 is #2ACB67. Grayscale: #6F6F6F. Windows color (decimal): -2804584 or 9974997. OLE color: 9974997.

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

Color convert

RGB 213 52 152 -
CMYK 0 0.76 0.29 0.16
HSL 322.73º 0.66% 0.52% -
HSV(B) 322.73º 0.76% 0.84% -
XYZ 34.34 18.87 31.54 -
YUV 111.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 213 52 152 0 0.76 0.29 0.16 322.73 0.66 0.52
Hex D5 34 98 0 4C 1D 10 143 42 34
Octal 325 64 230 0 114 35 20 503 102 64
Binary 11010101 110100 10011000 0 1001100 11101 10000 101000011 1000010 110100

Color Harmonies of #D53498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53498

Black with #D53498

Text Example


Text Example

White with #D53498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53498; }

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

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

background-color css

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

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

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

border-color css

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

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

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