Html Css Color HEX #D53A89 Deep Cerise

📋 copy color: '#D53A89'

red 213 ◦ green 58 ◦ blue 137

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

Shades of Deep Cerise #D53A89

Tints of Deep Cerise #D53A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 52.21%
G = 14.22%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D53A89 (or 0xD53A89) is known color: Deep Cerise. HEX triplet: D5, 3A and 89. RGB value is (213,58,137). Sum of RGB (Red+Green+Blue) = 213+58+137=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A89 is #2AC576. Grayscale: #717171. Windows color (decimal): -2803063 or 8993493. OLE color: 8993493.

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

Color convert

RGB 213 58 137 -
CMYK 0 0.73 0.36 0.16
HSL 329.42º 0.65% 0.53% -
HSV(B) 329.42º 0.73% 0.84% -
XYZ 33.47 18.98 25.57 -
YUV 113.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 213 58 137 0 0.73 0.36 0.16 329.42 0.65 0.53
Hex D5 3A 89 0 49 24 10 149 41 35
Octal 325 72 211 0 111 44 20 511 101 65
Binary 11010101 111010 10001001 0 1001001 100100 10000 101001001 1000001 110101

Color Harmonies of #D53A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A89

Black with #D53A89

Text Example


Text Example

White with #D53A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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