Html Css Color HEX #D20EDF Deep Magenta

📋 copy color: '#D20EDF'

red 210 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #D20EDF

Tints of Deep Magenta #D20EDF

RGB

 RED value IS 210 (82.42% from 255) = 46.98%

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

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

R = 46.98%
G = 3.13%
B = 49.89%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D20EDF (or 0xD20EDF) is known color: Deep Magenta. HEX triplet: D2, 0E and DF. RGB value is (210,14,223). Sum of RGB (Red+Green+Blue) = 210+14+223=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D20EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EDF is #2DF120. Grayscale: #5F5F5F. Windows color (decimal): -3010849 or 14618322. OLE color: 14618322.

HSL color Cylindrical-coordinate representation of color #D20EDF: hue angle of 296.27º 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 #D20EDF is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 14 223 -
CMYK 0.06 0.94 0 0.13
HSL 296.27º 0.88% 0.46% -
HSV(B) 296.27º 0.94% 0.87% -
XYZ 40.05 19.34 71.43 -
YUV 96.43 199.43 209.01 -
System Red Green Blue C M Y K H S L
Decimal 210 14 223 0.06 0.94 0 0.13 296.27 0.88 0.46
Hex D2 E DF 6 5E 0 D 128 58 2E
Octal 322 16 337 6 136 0 15 450 130 56
Binary 11010010 1110 11011111 110 1011110 0 1101 100101000 1011000 101110

Color Harmonies of #D20EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EDF

Black with #D20EDF

Text Example


Text Example

White with #D20EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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