Html Css Color HEX #D502DC Deep Magenta

📋 copy color: '#D502DC'

red 213 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #D502DC

Tints of Deep Magenta #D502DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 48.97%
G = 0.46%
B = 50.57%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D502DC (or 0xD502DC) is known color: Deep Magenta. HEX triplet: D5, 02 and DC. RGB value is (213,2,220). Sum of RGB (Red+Green+Blue) = 213+2+220=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D502DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502DC is #2AFD23. Grayscale: #595959. Windows color (decimal): -2817316 or 14418645. OLE color: 14418645.

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

Color convert

RGB 213 2 220 -
CMYK 0.03 0.99 0 0.14
HSL 298.07º 0.98% 0.44% -
HSV(B) 298.07º 0.99% 0.86% -
XYZ 40.38 19.36 69.32 -
YUV 89.94 201.4 215.77 -
System Red Green Blue C M Y K H S L
Decimal 213 2 220 0.03 0.99 0 0.14 298.07 0.98 0.44
Hex D5 2 DC 3 63 0 E 12A 62 2C
Octal 325 2 334 3 143 0 16 452 142 54
Binary 11010101 10 11011100 11 1100011 0 1110 100101010 1100010 101100

Color Harmonies of #D502DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502DC

Black with #D502DC

Text Example


Text Example

White with #D502DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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