Html Css Color HEX #D218B5 Deep Magenta

📋 copy color: '#D218B5'

red 210 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #D218B5

Tints of Deep Magenta #D218B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 50.6%
G = 5.78%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D218B5 (or 0xD218B5) is known color: Deep Magenta. HEX triplet: D2, 18 and B5. RGB value is (210,24,181). Sum of RGB (Red+Green+Blue) = 210+24+181=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D218B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218B5 is #2DE74A. Grayscale: #616161. Windows color (decimal): -3008331 or 11868370. OLE color: 11868370.

HSL color Cylindrical-coordinate representation of color #D218B5: hue angle of 309.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D218B5 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 181 -
CMYK 0 0.89 0.14 0.18
HSL 309.35º 0.79% 0.46% -
HSV(B) 309.35º 0.89% 0.82% -
XYZ 35.25 17.69 45.27 -
YUV 97.51 175.12 208.23 -
System Red Green Blue C M Y K H S L
Decimal 210 24 181 0 0.89 0.14 0.18 309.35 0.79 0.46
Hex D2 18 B5 0 59 E 12 135 4F 2E
Octal 322 30 265 0 131 16 22 465 117 56
Binary 11010010 11000 10110101 0 1011001 1110 10010 100110101 1001111 101110

Color Harmonies of #D218B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218B5

Black with #D218B5

Text Example


Text Example

White with #D218B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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