Html Css Color HEX #D53F98 Deep Cerise

📋 copy color: '#D53F98'

red 213 ◦ green 63 ◦ blue 152

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

Shades of Deep Cerise #D53F98

Tints of Deep Cerise #D53F98

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 49.77%
G = 14.72%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D53F98 (or 0xD53F98) is known color: Deep Cerise. HEX triplet: D5, 3F and 98. RGB value is (213,63,152). Sum of RGB (Red+Green+Blue) = 213+63+152=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F98 is #2AC067. Grayscale: #757575. Windows color (decimal): -2801768 or 9977813. OLE color: 9977813.

HSL color Cylindrical-coordinate representation of color #D53F98: hue angle of 324.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F98 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 152 -
CMYK 0 0.70 0.29 0.16
HSL 324.4º 0.64% 0.54% -
HSV(B) 324.4º 0.7% 0.84% -
XYZ 34.89 19.97 31.72 -
YUV 118 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 213 63 152 0 0.70 0.29 0.16 324.4 0.64 0.54
Hex D5 3F 98 0 46 1D 10 144 40 36
Octal 325 77 230 0 106 35 20 504 100 66
Binary 11010101 111111 10011000 0 1000110 11101 10000 101000100 1000000 110110

Color Harmonies of #D53F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F98

Black with #D53F98

Text Example


Text Example

White with #D53F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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