Html Css Color HEX #D53A8A Deep Cerise

📋 copy color: '#D53A8A'

red 213 ◦ green 58 ◦ blue 138

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

Shades of Deep Cerise #D53A8A

Tints of Deep Cerise #D53A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 52.08%
G = 14.18%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D53A8A (or 0xD53A8A) is known color: Deep Cerise. HEX triplet: D5, 3A and 8A. RGB value is (213,58,138). Sum of RGB (Red+Green+Blue) = 213+58+138=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A8A is #2AC575. Grayscale: #717171. Windows color (decimal): -2803062 or 9059029. OLE color: 9059029.

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

Color convert

RGB 213 58 138 -
CMYK 0 0.73 0.35 0.16
HSL 329.03º 0.65% 0.53% -
HSV(B) 329.03º 0.73% 0.84% -
XYZ 33.54 19.01 25.95 -
YUV 113.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 213 58 138 0 0.73 0.35 0.16 329.03 0.65 0.53
Hex D5 3A 8A 0 49 23 10 149 41 35
Octal 325 72 212 0 111 43 20 511 101 65
Binary 11010101 111010 10001010 0 1001001 100011 10000 101001001 1000001 110101

Color Harmonies of #D53A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A8A

Black with #D53A8A

Text Example


Text Example

White with #D53A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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