Html Css Color HEX #D30DE0 Deep Magenta

📋 copy color: '#D30DE0'

red 211 ◦ green 13 ◦ blue 224

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

Shades of Deep Magenta #D30DE0

Tints of Deep Magenta #D30DE0

RGB

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

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

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

R = 47.1%
G = 2.9%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D30DE0 (or 0xD30DE0) is known color: Deep Magenta. HEX triplet: D3, 0D and E0. RGB value is (211,13,224). Sum of RGB (Red+Green+Blue) = 211+13+224=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 13 (5.47% from 255 or 2.90% 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 #D30DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DE0 is #2CF21F. Grayscale: #5F5F5F. Windows color (decimal): -2945568 or 14683603. OLE color: 14683603.

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

Color convert

RGB 211 13 224 -
CMYK 0.06 0.94 0 0.12
HSL 296.3º 0.89% 0.46% -
HSV(B) 296.3º 0.94% 0.88% -
XYZ 40.46 19.52 72.16 -
YUV 96.26 200.1 209.84 -
System Red Green Blue C M Y K H S L
Decimal 211 13 224 0.06 0.94 0 0.12 296.3 0.89 0.46
Hex D3 D E0 6 5E 0 C 128 59 2E
Octal 323 15 340 6 136 0 14 450 131 56
Binary 11010011 1101 11100000 110 1011110 0 1100 100101000 1011001 101110

Color Harmonies of #D30DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DE0

Black with #D30DE0

Text Example


Text Example

White with #D30DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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