Html Css Color HEX #D53F99 Deep Cerise

📋 copy color: '#D53F99'

red 213 ◦ green 63 ◦ blue 153

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

Shades of Deep Cerise #D53F99

Tints of Deep Cerise #D53F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 49.65%
G = 14.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53F99 (or 0xD53F99) is known color: Deep Cerise. HEX triplet: D5, 3F and 99. RGB value is (213,63,153). Sum of RGB (Red+Green+Blue) = 213+63+153=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F99 is #2AC066. Grayscale: #757575. Windows color (decimal): -2801767 or 10043349. OLE color: 10043349.

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

Color convert

RGB 213 63 153 -
CMYK 0 0.70 0.28 0.16
HSL 324º 0.64% 0.54% -
HSV(B) 324º 0.7% 0.84% -
XYZ 34.97 20 32.15 -
YUV 118.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 213 63 153 0 0.70 0.28 0.16 324 0.64 0.54
Hex D5 3F 99 0 46 1C 10 144 40 36
Octal 325 77 231 0 106 34 20 504 100 66
Binary 11010101 111111 10011001 0 1000110 11100 10000 101000100 1000000 110110

Color Harmonies of #D53F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F99

Black with #D53F99

Text Example


Text Example

White with #D53F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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