Html Css Color HEX #D502CA Deep Magenta

📋 copy color: '#D502CA'

red 213 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #D502CA

Tints of Deep Magenta #D502CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 51.08%
G = 0.48%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D502CA (or 0xD502CA) is known color: Deep Magenta. HEX triplet: D5, 02 and CA. RGB value is (213,2,202). Sum of RGB (Red+Green+Blue) = 213+2+202=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D502CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502CA is #2AFD35. Grayscale: #575757. Windows color (decimal): -2817334 or 13238997. OLE color: 13238997.

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

Color convert

RGB 213 2 202 -
CMYK 0 0.99 0.05 0.16
HSL 303.13º 0.98% 0.42% -
HSV(B) 303.13º 0.99% 0.84% -
XYZ 38.12 18.45 57.43 -
YUV 87.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 213 2 202 0 0.99 0.05 0.16 303.13 0.98 0.42
Hex D5 2 CA 0 63 5 10 12F 62 2A
Octal 325 2 312 0 143 5 20 457 142 52
Binary 11010101 10 11001010 0 1100011 101 10000 100101111 1100010 101010

Color Harmonies of #D502CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502CA

Black with #D502CA

Text Example


Text Example

White with #D502CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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