Html Css Color HEX #D40CD5 Deep Magenta

📋 copy color: '#D40CD5'

red 212 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #D40CD5

Tints of Deep Magenta #D40CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 48.51%
G = 2.75%
B = 48.74%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D40CD5 (or 0xD40CD5) is known color: Deep Magenta. HEX triplet: D4, 0C and D5. RGB value is (212,12,213). Sum of RGB (Red+Green+Blue) = 212+12+213=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #D40CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CD5 is #2BF32A. Grayscale: #5E5E5E. Windows color (decimal): -2880299 or 13962452. OLE color: 13962452.

HSL color Cylindrical-coordinate representation of color #D40CD5: hue angle of 299.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CD5 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 12 213 -
CMYK 0.00 0.94 0 0.16
HSL 299.7º 0.89% 0.44% -
HSV(B) 299.7º 0.94% 0.84% -
XYZ 39.29 19.06 64.56 -
YUV 94.71 194.76 211.66 -
System Red Green Blue C M Y K H S L
Decimal 212 12 213 0.00 0.94 0 0.16 299.7 0.89 0.44
Hex D4 C D5 0 5E 0 10 12C 59 2C
Octal 324 14 325 0 136 0 20 454 131 54
Binary 11010100 1100 11010101 0 1011110 0 10000 100101100 1011001 101100

Color Harmonies of #D40CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CD5

Black with #D40CD5

Text Example


Text Example

White with #D40CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CD5; }

 p { color: rgb(212,12,213); }

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

background-color css

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

 a { background-color: rgb(212,12,213); }

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

border-color css

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

 span { border-color: rgb(212,12,213); }

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