Html Css Color HEX #D40CDD Deep Magenta

📋 copy color: '#D40CDD'

red 212 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #D40CDD

Tints of Deep Magenta #D40CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 47.64%
G = 2.7%
B = 49.66%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D40CDD (or 0xD40CDD) is known color: Deep Magenta. HEX triplet: D4, 0C and DD. RGB value is (212,12,221). Sum of RGB (Red+Green+Blue) = 212+12+221=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDD is #2BF322. Grayscale: #5E5E5E. Windows color (decimal): -2880291 or 14486740. OLE color: 14486740.

HSL color Cylindrical-coordinate representation of color #D40CDD: hue angle of 297.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CDD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 12 221 -
CMYK 0.04 0.95 0 0.13
HSL 297.42º 0.9% 0.46% -
HSV(B) 297.42º 0.95% 0.87% -
XYZ 40.33 19.48 70.04 -
YUV 95.63 198.76 211.01 -
System Red Green Blue C M Y K H S L
Decimal 212 12 221 0.04 0.95 0 0.13 297.42 0.9 0.46
Hex D4 C DD 4 5F 0 D 129 5A 2E
Octal 324 14 335 4 137 0 15 451 132 56
Binary 11010100 1100 11011101 100 1011111 0 1101 100101001 1011010 101110

Color Harmonies of #D40CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CDD

Black with #D40CDD

Text Example


Text Example

White with #D40CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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