Html Css Color HEX #D53AAC Deep Cerise

📋 copy color: '#D53AAC'

red 213 ◦ green 58 ◦ blue 172

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

Shades of Deep Cerise #D53AAC

Tints of Deep Cerise #D53AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 48.08%
G = 13.09%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D53AAC (or 0xD53AAC) is known color: Deep Cerise. HEX triplet: D5, 3A and AC. RGB value is (213,58,172). Sum of RGB (Red+Green+Blue) = 213+58+172=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AAC is #2AC553. Grayscale: #757575. Windows color (decimal): -2803028 or 11287253. OLE color: 11287253.

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

Color convert

RGB 213 58 172 -
CMYK 0 0.73 0.19 0.16
HSL 315.87º 0.65% 0.53% -
HSV(B) 315.87º 0.73% 0.84% -
XYZ 36.4 20.15 41 -
YUV 117.34 158.85 196.23 -
System Red Green Blue C M Y K H S L
Decimal 213 58 172 0 0.73 0.19 0.16 315.87 0.65 0.53
Hex D5 3A AC 0 49 13 10 13C 41 35
Octal 325 72 254 0 111 23 20 474 101 65
Binary 11010101 111010 10101100 0 1001001 10011 10000 100111100 1000001 110101

Color Harmonies of #D53AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AAC

Black with #D53AAC

Text Example


Text Example

White with #D53AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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