Html Css Color HEX #D218E0 Deep Magenta

📋 copy color: '#D218E0'

red 210 ◦ green 24 ◦ blue 224

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

Shades of Deep Magenta #D218E0

Tints of Deep Magenta #D218E0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.24%

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

R = 45.85%
G = 5.24%
B = 48.91%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D218E0 (or 0xD218E0) is known color: Deep Magenta. HEX triplet: D2, 18 and E0. RGB value is (210,24,224). Sum of RGB (Red+Green+Blue) = 210+24+224=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #D218E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218E0 is #2DE71F. Grayscale: #656565. Windows color (decimal): -3008288 or 14686418. OLE color: 14686418.

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

Color convert

RGB 210 24 224 -
CMYK 0.06 0.89 0 0.12
HSL 295.8º 0.81% 0.49% -
HSV(B) 295.8º 0.89% 0.88% -
XYZ 40.36 19.74 72.2 -
YUV 102.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 210 24 224 0.06 0.89 0 0.12 295.8 0.81 0.49
Hex D2 18 E0 6 59 0 C 128 51 31
Octal 322 30 340 6 131 0 14 450 121 61
Binary 11010010 11000 11100000 110 1011001 0 1100 100101000 1010001 110001

Color Harmonies of #D218E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218E0

Black with #D218E0

Text Example


Text Example

White with #D218E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218E0; }

 p { color: rgb(210,24,224); }

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

background-color css

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

 a { background-color: rgb(210,24,224); }

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

border-color css

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

 span { border-color: rgb(210,24,224); }

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