Html Css Color HEX #D218E1 Deep Magenta

📋 copy color: '#D218E1'

red 210 ◦ green 24 ◦ blue 225

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

Shades of Deep Magenta #D218E1

Tints of Deep Magenta #D218E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 45.75%
G = 5.23%
B = 49.02%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D218E1 (or 0xD218E1) is known color: Deep Magenta. HEX triplet: D2, 18 and E1. RGB value is (210,24,225). Sum of RGB (Red+Green+Blue) = 210+24+225=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #D218E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218E1 is #2DE71E. Grayscale: #656565. Windows color (decimal): -3008287 or 14751954. OLE color: 14751954.

HSL color Cylindrical-coordinate representation of color #D218E1: hue angle of 295.52º 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 #D218E1 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 24 225 -
CMYK 0.07 0.89 0 0.12
HSL 295.52º 0.81% 0.49% -
HSV(B) 295.52º 0.89% 0.88% -
XYZ 40.5 19.79 72.92 -
YUV 102.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 210 24 225 0.07 0.89 0 0.12 295.52 0.81 0.49
Hex D2 18 E1 7 59 0 C 128 51 31
Octal 322 30 341 7 131 0 14 450 121 61
Binary 11010010 11000 11100001 111 1011001 0 1100 100101000 1010001 110001

Color Harmonies of #D218E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218E1

Black with #D218E1

Text Example


Text Example

White with #D218E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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