Html Css Color HEX #D502CD Deep Magenta

📋 copy color: '#D502CD'

red 213 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #D502CD

Tints of Deep Magenta #D502CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 50.71%
G = 0.48%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D502CD (or 0xD502CD) is known color: Deep Magenta. HEX triplet: D5, 02 and CD. RGB value is (213,2,205). Sum of RGB (Red+Green+Blue) = 213+2+205=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D502CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502CD is #2AFD32. Grayscale: #575757. Windows color (decimal): -2817331 or 13435605. OLE color: 13435605.

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

Color convert

RGB 213 2 205 -
CMYK 0 0.99 0.04 0.16
HSL 302.27º 0.98% 0.42% -
HSV(B) 302.27º 0.99% 0.84% -
XYZ 38.48 18.6 59.32 -
YUV 88.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 213 2 205 0 0.99 0.04 0.16 302.27 0.98 0.42
Hex D5 2 CD 0 63 4 10 12E 62 2A
Octal 325 2 315 0 143 4 20 456 142 52
Binary 11010101 10 11001101 0 1100011 100 10000 100101110 1100010 101010

Color Harmonies of #D502CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502CD

Black with #D502CD

Text Example


Text Example

White with #D502CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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