Html Css Color HEX #D30EDC Deep Magenta

📋 copy color: '#D30EDC'

red 211 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #D30EDC

Tints of Deep Magenta #D30EDC

RGB

 RED value IS 211 (82.81% from 255) = 47.42%

 GREEN value IS 14 (5.86% from 255) = 3.15%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 47.42%
G = 3.15%
B = 49.44%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D30EDC (or 0xD30EDC) is known color: Deep Magenta. HEX triplet: D3, 0E and DC. RGB value is (211,14,220). Sum of RGB (Red+Green+Blue) = 211+14+220=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D30EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EDC is #2CF123. Grayscale: #5F5F5F. Windows color (decimal): -2945316 or 14421715. OLE color: 14421715.

HSL color Cylindrical-coordinate representation of color #D30EDC: hue angle of 297.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30EDC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 14 220 -
CMYK 0.04 0.94 0 0.14
HSL 297.38º 0.88% 0.46% -
HSV(B) 297.38º 0.94% 0.86% -
XYZ 39.94 19.33 69.34 -
YUV 96.39 197.77 209.75 -
System Red Green Blue C M Y K H S L
Decimal 211 14 220 0.04 0.94 0 0.14 297.38 0.88 0.46
Hex D3 E DC 4 5E 0 E 129 58 2E
Octal 323 16 334 4 136 0 16 451 130 56
Binary 11010011 1110 11011100 100 1011110 0 1110 100101001 1011000 101110

Color Harmonies of #D30EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EDC

Black with #D30EDC

Text Example


Text Example

White with #D30EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EDC; }

 p { color: rgb(211,14,220); }

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

background-color css

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

 a { background-color: rgb(211,14,220); }

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

border-color css

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

 span { border-color: rgb(211,14,220); }

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