Html Css Color HEX #D218DF Deep Magenta

📋 copy color: '#D218DF'

red 210 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #D218DF

Tints of Deep Magenta #D218DF

RGB

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

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

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

R = 45.95%
G = 5.25%
B = 48.8%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D218DF (or 0xD218DF) is known color: Deep Magenta. HEX triplet: D2, 18 and DF. RGB value is (210,24,223). Sum of RGB (Red+Green+Blue) = 210+24+223=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D218DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218DF is #2DE720. Grayscale: #656565. Windows color (decimal): -3008289 or 14620882. OLE color: 14620882.

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

Color convert

RGB 210 24 223 -
CMYK 0.06 0.89 0 0.13
HSL 296.08º 0.81% 0.48% -
HSV(B) 296.08º 0.89% 0.87% -
XYZ 40.22 19.68 71.49 -
YUV 102.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 210 24 223 0.06 0.89 0 0.13 296.08 0.81 0.48
Hex D2 18 DF 6 59 0 D 128 51 30
Octal 322 30 337 6 131 0 15 450 121 60
Binary 11010010 11000 11011111 110 1011001 0 1101 100101000 1010001 110000

Color Harmonies of #D218DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218DF

Black with #D218DF

Text Example


Text Example

White with #D218DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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