Html Css Color HEX #D502C9 Deep Magenta

📋 copy color: '#D502C9'

red 213 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #D502C9

Tints of Deep Magenta #D502C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.32%

R = 51.2%
G = 0.48%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D502C9 (or 0xD502C9) is known color: Deep Magenta. HEX triplet: D5, 02 and C9. RGB value is (213,2,201). Sum of RGB (Red+Green+Blue) = 213+2+201=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D502C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502C9 is #2AFD36. Grayscale: #575757. Windows color (decimal): -2817335 or 13173461. OLE color: 13173461.

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

Color convert

RGB 213 2 201 -
CMYK 0 0.99 0.06 0.16
HSL 303.41º 0.98% 0.42% -
HSV(B) 303.41º 0.99% 0.84% -
XYZ 38 18.41 56.81 -
YUV 87.78 191.9 217.32 -
System Red Green Blue C M Y K H S L
Decimal 213 2 201 0 0.99 0.06 0.16 303.41 0.98 0.42
Hex D5 2 C9 0 63 6 10 12F 62 2A
Octal 325 2 311 0 143 6 20 457 142 52
Binary 11010101 10 11001001 0 1100011 110 10000 100101111 1100010 101010

Color Harmonies of #D502C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502C9

Black with #D502C9

Text Example


Text Example

White with #D502C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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