Html Css Color HEX #D501C6 Deep Magenta

📋 copy color: '#D501C6'

red 213 ◦ green 1 ◦ blue 198

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

Shades of Deep Magenta #D501C6

Tints of Deep Magenta #D501C6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 51.7%
G = 0.24%
B = 48.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D501C6 (or 0xD501C6) is known color: Deep Magenta. HEX triplet: D5, 01 and C6. RGB value is (213,1,198). Sum of RGB (Red+Green+Blue) = 213+1+198=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D501C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501C6 is #2AFE39. Grayscale: #565656. Windows color (decimal): -2817594 or 12976597. OLE color: 12976597.

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

Color convert

RGB 213 1 198 -
CMYK 0 1.00 0.07 0.16
HSL 304.25º 0.99% 0.42% -
HSV(B) 304.25º 1% 0.84% -
XYZ 37.64 18.25 54.96 -
YUV 86.85 190.74 217.98 -
System Red Green Blue C M Y K H S L
Decimal 213 1 198 0 1.00 0.07 0.16 304.25 0.99 0.42
Hex D5 1 C6 0 64 7 10 130 63 2A
Octal 325 1 306 0 144 7 20 460 143 52
Binary 11010101 1 11000110 0 1100100 111 10000 100110000 1100011 101010

Color Harmonies of #D501C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501C6

Black with #D501C6

Text Example


Text Example

White with #D501C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501C6; }

 p { color: rgb(213,1,198); }

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

background-color css

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

 a { background-color: rgb(213,1,198); }

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

border-color css

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

 span { border-color: rgb(213,1,198); }

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