Html Css Color HEX #D502E0 Deep Magenta

📋 copy color: '#D502E0'

red 213 ◦ green 2 ◦ blue 224

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

Shades of Deep Magenta #D502E0

Tints of Deep Magenta #D502E0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 224 (87.89% from 255) = 51.03%

R = 48.52%
G = 0.46%
B = 51.03%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D502E0 (or 0xD502E0) is known color: Deep Magenta. HEX triplet: D5, 02 and E0. RGB value is (213,2,224). Sum of RGB (Red+Green+Blue) = 213+2+224=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #D502E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502E0 is #2AFD1F. Grayscale: #595959. Windows color (decimal): -2817312 or 14680789. OLE color: 14680789.

HSL color Cylindrical-coordinate representation of color #D502E0: hue angle of 297.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502E0 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 2 224 -
CMYK 0.05 0.99 0 0.12
HSL 297.03º 0.98% 0.44% -
HSV(B) 297.03º 0.99% 0.88% -
XYZ 40.92 19.57 72.14 -
YUV 90.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 213 2 224 0.05 0.99 0 0.12 297.03 0.98 0.44
Hex D5 2 E0 5 63 0 C 129 62 2C
Octal 325 2 340 5 143 0 14 451 142 54
Binary 11010101 10 11100000 101 1100011 0 1100 100101001 1100010 101100

Color Harmonies of #D502E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502E0

Black with #D502E0

Text Example


Text Example

White with #D502E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502E0; }

 p { color: rgb(213,2,224); }

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

background-color css

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

 a { background-color: rgb(213,2,224); }

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

border-color css

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

 span { border-color: rgb(213,2,224); }

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