Html Css Color HEX #D400CD Deep Magenta

📋 copy color: '#D400CD'

red 212 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #D400CD

Tints of Deep Magenta #D400CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 50.84%
G = 0%
B = 49.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D400CD (or 0xD400CD) is known color: Deep Magenta. HEX triplet: D4, 00 and CD. RGB value is (212,0,205). Sum of RGB (Red+Green+Blue) = 212+0+205=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D400CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400CD is #2BFF32. Grayscale: #565656. Windows color (decimal): -2883379 or 13435092. OLE color: 13435092.

HSL color Cylindrical-coordinate representation of color #D400CD: hue angle of 301.98º 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 #D400CD is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 205 -
CMYK 0 1 0.03 0.17
HSL 301.98º 1% 0.42% -
HSV(B) 301.98º 1% 0.83% -
XYZ 38.17 18.4 59.3 -
YUV 86.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 212 0 205 0 1 0.03 0.17 301.98 1 0.42
Hex D4 0 CD 0 64 3 11 12E 64 2A
Octal 324 0 315 0 144 3 21 456 144 52
Binary 11010100 0 11001101 0 1100100 11 10001 100101110 1100100 101010

Color Harmonies of #D400CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400CD

Black with #D400CD

Text Example


Text Example

White with #D400CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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