Html Css Color HEX #D502C7 Deep Magenta

📋 copy color: '#D502C7'

red 213 ◦ green 2 ◦ blue 199

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

Shades of Deep Magenta #D502C7

Tints of Deep Magenta #D502C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 51.45%
G = 0.48%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D502C7 (or 0xD502C7) is known color: Deep Magenta. HEX triplet: D5, 02 and C7. RGB value is (213,2,199). Sum of RGB (Red+Green+Blue) = 213+2+199=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D502C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502C7 is #2AFD38. Grayscale: #565656. Windows color (decimal): -2817337 or 13042389. OLE color: 13042389.

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

Color convert

RGB 213 2 199 -
CMYK 0 0.99 0.07 0.16
HSL 303.98º 0.98% 0.42% -
HSV(B) 303.98º 0.99% 0.84% -
XYZ 37.77 18.31 55.58 -
YUV 87.55 190.9 217.48 -
System Red Green Blue C M Y K H S L
Decimal 213 2 199 0 0.99 0.07 0.16 303.98 0.98 0.42
Hex D5 2 C7 0 63 7 10 130 62 2A
Octal 325 2 307 0 143 7 20 460 142 52
Binary 11010101 10 11000111 0 1100011 111 10000 100110000 1100010 101010

Color Harmonies of #D502C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502C7

Black with #D502C7

Text Example


Text Example

White with #D502C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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