Html Css Color HEX #D30DDC Deep Magenta

📋 copy color: '#D30DDC'

red 211 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #D30DDC

Tints of Deep Magenta #D30DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

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

R = 47.52%
G = 2.93%
B = 49.55%

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

#D30DDC (or 0xD30DDC) is known color: Deep Magenta. HEX triplet: D3, 0D and DC. RGB value is (211,13,220). Sum of RGB (Red+Green+Blue) = 211+13+220=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #D30DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DDC is #2CF223. Grayscale: #5F5F5F. Windows color (decimal): -2945572 or 14421459. OLE color: 14421459.

HSL color Cylindrical-coordinate representation of color #D30DDC: hue angle of 297.39º degrees, saturation: 0.89, 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 #D30DDC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 13 220 -
CMYK 0.04 0.94 0 0.14
HSL 297.39º 0.89% 0.46% -
HSV(B) 297.39º 0.94% 0.86% -
XYZ 39.93 19.3 69.33 -
YUV 95.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 211 13 220 0.04 0.94 0 0.14 297.39 0.89 0.46
Hex D3 D DC 4 5E 0 E 129 59 2E
Octal 323 15 334 4 136 0 16 451 131 56
Binary 11010011 1101 11011100 100 1011110 0 1110 100101001 1011001 101110

Color Harmonies of #D30DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DDC

Black with #D30DDC

Text Example


Text Example

White with #D30DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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