Html Css Color HEX #D504C1 Deep Magenta

📋 copy color: '#D504C1'

red 213 ◦ green 4 ◦ blue 193

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

Shades of Deep Magenta #D504C1

Tints of Deep Magenta #D504C1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 51.95%
G = 0.98%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D504C1 (or 0xD504C1) is known color: Deep Magenta. HEX triplet: D5, 04 and C1. RGB value is (213,4,193). Sum of RGB (Red+Green+Blue) = 213+4+193=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D504C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D504C1 is #2AFB3E. Grayscale: #575757. Windows color (decimal): -2816831 or 12649685. OLE color: 12649685.

HSL color Cylindrical-coordinate representation of color #D504C1: hue angle of 305.74º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D504C1 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 193 -
CMYK 0 0.98 0.09 0.16
HSL 305.74º 0.96% 0.43% -
HSV(B) 305.74º 0.98% 0.84% -
XYZ 37.11 18.08 51.99 -
YUV 88.04 187.24 217.13 -
System Red Green Blue C M Y K H S L
Decimal 213 4 193 0 0.98 0.09 0.16 305.74 0.96 0.43
Hex D5 4 C1 0 62 9 10 132 60 2B
Octal 325 4 301 0 142 11 20 462 140 53
Binary 11010101 100 11000001 0 1100010 1001 10000 100110010 1100000 101011

Color Harmonies of #D504C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D504C1

Black with #D504C1

Text Example


Text Example

White with #D504C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D504C1; }

 p { color: rgb(213,4,193); }

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

background-color css

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

 a { background-color: rgb(213,4,193); }

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

border-color css

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

 span { border-color: rgb(213,4,193); }

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