Html Css Color HEX #D218B9 Deep Magenta

📋 copy color: '#D218B9'

red 210 ◦ green 24 ◦ blue 185

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

Shades of Deep Magenta #D218B9

Tints of Deep Magenta #D218B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 50.12%
G = 5.73%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D218B9 (or 0xD218B9) is known color: Deep Magenta. HEX triplet: D2, 18 and B9. RGB value is (210,24,185). Sum of RGB (Red+Green+Blue) = 210+24+185=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D218B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218B9 is #2DE746. Grayscale: #616161. Windows color (decimal): -3008327 or 12130514. OLE color: 12130514.

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

Color convert

RGB 210 24 185 -
CMYK 0 0.89 0.12 0.18
HSL 308.06º 0.79% 0.46% -
HSV(B) 308.06º 0.89% 0.82% -
XYZ 35.66 17.86 47.47 -
YUV 97.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 210 24 185 0 0.89 0.12 0.18 308.06 0.79 0.46
Hex D2 18 B9 0 59 C 12 134 4F 2E
Octal 322 30 271 0 131 14 22 464 117 56
Binary 11010010 11000 10111001 0 1011001 1100 10010 100110100 1001111 101110

Color Harmonies of #D218B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218B9

Black with #D218B9

Text Example


Text Example

White with #D218B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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