Html Css Color HEX #D406CD Deep Magenta

📋 copy color: '#D406CD'

red 212 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #D406CD

Tints of Deep Magenta #D406CD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

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

R = 50.12%
G = 1.42%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D406CD (or 0xD406CD) is known color: Deep Magenta. HEX triplet: D4, 06 and CD. RGB value is (212,6,205). Sum of RGB (Red+Green+Blue) = 212+6+205=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D406CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406CD is #2BF932. Grayscale: #595959. Windows color (decimal): -2881843 or 13436628. OLE color: 13436628.

HSL color Cylindrical-coordinate representation of color #D406CD: hue angle of 302.04º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406CD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 6 205 -
CMYK 0 0.97 0.03 0.17
HSL 302.04º 0.94% 0.43% -
HSV(B) 302.04º 0.97% 0.83% -
XYZ 38.24 18.54 59.32 -
YUV 90.28 192.75 214.82 -
System Red Green Blue C M Y K H S L
Decimal 212 6 205 0 0.97 0.03 0.17 302.04 0.94 0.43
Hex D4 6 CD 0 61 3 11 12E 5E 2B
Octal 324 6 315 0 141 3 21 456 136 53
Binary 11010100 110 11001101 0 1100001 11 10001 100101110 1011110 101011

Color Harmonies of #D406CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D406CD

Black with #D406CD

Text Example


Text Example

White with #D406CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D406CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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