Html Css Color HEX #D400C6 Deep Magenta

📋 copy color: '#D400C6'

red 212 ◦ green 0 ◦ blue 198

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

Shades of Deep Magenta #D400C6

Tints of Deep Magenta #D400C6

RGB

 RED value IS 212 (83.2% from 255) = 51.71%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.71%
G = 0%
B = 48.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D400C6 (or 0xD400C6) is known color: Deep Magenta. HEX triplet: D4, 00 and C6. RGB value is (212,0,198). Sum of RGB (Red+Green+Blue) = 212+0+198=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D400C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400C6 is #2BFF39. Grayscale: #555555. Windows color (decimal): -2883386 or 12976340. OLE color: 12976340.

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

Color convert

RGB 212 0 198 -
CMYK 0 1 0.07 0.17
HSL 303.96º 1% 0.42% -
HSV(B) 303.96º 1% 0.83% -
XYZ 37.34 18.07 54.95 -
YUV 85.96 191.24 217.9 -
System Red Green Blue C M Y K H S L
Decimal 212 0 198 0 1 0.07 0.17 303.96 1 0.42
Hex D4 0 C6 0 64 7 11 130 64 2A
Octal 324 0 306 0 144 7 21 460 144 52
Binary 11010100 0 11000110 0 1100100 111 10001 100110000 1100100 101010

Color Harmonies of #D400C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400C6

Black with #D400C6

Text Example


Text Example

White with #D400C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400C6; }

 p { color: rgb(212,0,198); }

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

background-color css

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

 a { background-color: rgb(212,0,198); }

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

border-color css

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

 span { border-color: rgb(212,0,198); }

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