Html Css Color HEX #D53A99 Deep Cerise

📋 copy color: '#D53A99'

red 213 ◦ green 58 ◦ blue 153

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

Shades of Deep Cerise #D53A99

Tints of Deep Cerise #D53A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.68%

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

R = 50.24%
G = 13.68%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D53A99 (or 0xD53A99) is known color: Deep Cerise. HEX triplet: D5, 3A and 99. RGB value is (213,58,153). Sum of RGB (Red+Green+Blue) = 213+58+153=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A99 is #2AC566. Grayscale: #727272. Windows color (decimal): -2803047 or 10042069. OLE color: 10042069.

HSL color Cylindrical-coordinate representation of color #D53A99: hue angle of 323.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53A99 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 58 153 -
CMYK 0 0.73 0.28 0.16
HSL 323.23º 0.65% 0.53% -
HSV(B) 323.23º 0.73% 0.84% -
XYZ 34.7 19.47 32.07 -
YUV 115.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 213 58 153 0 0.73 0.28 0.16 323.23 0.65 0.53
Hex D5 3A 99 0 49 1C 10 143 41 35
Octal 325 72 231 0 111 34 20 503 101 65
Binary 11010101 111010 10011001 0 1001001 11100 10000 101000011 1000001 110101

Color Harmonies of #D53A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A99

Black with #D53A99

Text Example


Text Example

White with #D53A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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