Html Css Color HEX #D30EDF Deep Magenta

📋 copy color: '#D30EDF'

red 211 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #D30EDF

Tints of Deep Magenta #D30EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.78%

R = 47.1%
G = 3.13%
B = 49.78%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D30EDF (or 0xD30EDF) is known color: Deep Magenta. HEX triplet: D3, 0E and DF. RGB value is (211,14,223). Sum of RGB (Red+Green+Blue) = 211+14+223=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D30EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30EDF is #2CF120. Grayscale: #606060. Windows color (decimal): -2945313 or 14618323. OLE color: 14618323.

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

Color convert

RGB 211 14 223 -
CMYK 0.05 0.94 0 0.13
HSL 296.56º 0.88% 0.46% -
HSV(B) 296.56º 0.94% 0.87% -
XYZ 40.34 19.49 71.45 -
YUV 96.73 199.27 209.51 -
System Red Green Blue C M Y K H S L
Decimal 211 14 223 0.05 0.94 0 0.13 296.56 0.88 0.46
Hex D3 E DF 5 5E 0 D 129 58 2E
Octal 323 16 337 5 136 0 15 451 130 56
Binary 11010011 1110 11011111 101 1011110 0 1101 100101001 1011000 101110

Color Harmonies of #D30EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30EDF

Black with #D30EDF

Text Example


Text Example

White with #D30EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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