Html Css Color HEX #D40ACC Deep Magenta

📋 copy color: '#D40ACC'

red 212 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #D40ACC

Tints of Deep Magenta #D40ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 49.77%
G = 2.35%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D40ACC (or 0xD40ACC) is known color: Deep Magenta. HEX triplet: D4, 0A and CC. RGB value is (212,10,204). Sum of RGB (Red+Green+Blue) = 212+10+204=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ACC is #2BF533. Grayscale: #5B5B5B. Windows color (decimal): -2880820 or 13372116. OLE color: 13372116.

HSL color Cylindrical-coordinate representation of color #D40ACC: hue angle of 302.38º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40ACC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 204 -
CMYK 0 0.95 0.04 0.17
HSL 302.38º 0.91% 0.44% -
HSV(B) 302.38º 0.95% 0.83% -
XYZ 38.16 18.57 58.7 -
YUV 92.51 190.92 213.23 -
System Red Green Blue C M Y K H S L
Decimal 212 10 204 0 0.95 0.04 0.17 302.38 0.91 0.44
Hex D4 A CC 0 5F 4 11 12E 5B 2C
Octal 324 12 314 0 137 4 21 456 133 54
Binary 11010100 1010 11001100 0 1011111 100 10001 100101110 1011011 101100

Color Harmonies of #D40ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ACC

Black with #D40ACC

Text Example


Text Example

White with #D40ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ACC; }

 p { color: rgb(212,10,204); }

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

background-color css

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

 a { background-color: rgb(212,10,204); }

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

border-color css

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

 span { border-color: rgb(212,10,204); }

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