Html Css Color HEX #D40CE0 Deep Magenta

📋 copy color: '#D40CE0'

red 212 ◦ green 12 ◦ blue 224

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

Shades of Deep Magenta #D40CE0

Tints of Deep Magenta #D40CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 47.32%
G = 2.68%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D40CE0 (or 0xD40CE0) is known color: Deep Magenta. HEX triplet: D4, 0C and E0. RGB value is (212,12,224). Sum of RGB (Red+Green+Blue) = 212+12+224=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #D40CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CE0 is #2BF31F. Grayscale: #5F5F5F. Windows color (decimal): -2880288 or 14683348. OLE color: 14683348.

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

Color convert

RGB 212 12 224 -
CMYK 0.05 0.95 0 0.12
HSL 296.6º 0.9% 0.46% -
HSV(B) 296.6º 0.95% 0.88% -
XYZ 40.74 19.64 72.17 -
YUV 95.97 200.26 210.76 -
System Red Green Blue C M Y K H S L
Decimal 212 12 224 0.05 0.95 0 0.12 296.6 0.9 0.46
Hex D4 C E0 5 5F 0 C 129 5A 2E
Octal 324 14 340 5 137 0 14 451 132 56
Binary 11010100 1100 11100000 101 1011111 0 1100 100101001 1011010 101110

Color Harmonies of #D40CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CE0

Black with #D40CE0

Text Example


Text Example

White with #D40CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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