Html Css Color HEX #D53AA4 Deep Cerise

📋 copy color: '#D53AA4'

red 213 ◦ green 58 ◦ blue 164

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

Shades of Deep Cerise #D53AA4

Tints of Deep Cerise #D53AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 48.97%
G = 13.33%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D53AA4 (or 0xD53AA4) is known color: Deep Cerise. HEX triplet: D5, 3A and A4. RGB value is (213,58,164). Sum of RGB (Red+Green+Blue) = 213+58+164=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53AA4 is #2AC55B. Grayscale: #747474. Windows color (decimal): -2803036 or 10762965. OLE color: 10762965.

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

Color convert

RGB 213 58 164 -
CMYK 0 0.73 0.23 0.16
HSL 318.97º 0.65% 0.53% -
HSV(B) 318.97º 0.73% 0.84% -
XYZ 35.65 19.85 37.07 -
YUV 116.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 213 58 164 0 0.73 0.23 0.16 318.97 0.65 0.53
Hex D5 3A A4 0 49 17 10 13F 41 35
Octal 325 72 244 0 111 27 20 477 101 65
Binary 11010101 111010 10100100 0 1001001 10111 10000 100111111 1000001 110101

Color Harmonies of #D53AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53AA4

Black with #D53AA4

Text Example


Text Example

White with #D53AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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