Html Css Color HEX #D218BB Deep Magenta

📋 copy color: '#D218BB'

red 210 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #D218BB

Tints of Deep Magenta #D218BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 49.88%
G = 5.7%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D218BB (or 0xD218BB) is known color: Deep Magenta. HEX triplet: D2, 18 and BB. RGB value is (210,24,187). Sum of RGB (Red+Green+Blue) = 210+24+187=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D218BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D218BB is #2DE744. Grayscale: #616161. Windows color (decimal): -3008325 or 12261586. OLE color: 12261586.

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

Color convert

RGB 210 24 187 -
CMYK 0 0.89 0.11 0.18
HSL 307.42º 0.79% 0.46% -
HSV(B) 307.42º 0.89% 0.82% -
XYZ 35.87 17.94 48.59 -
YUV 98.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 210 24 187 0 0.89 0.11 0.18 307.42 0.79 0.46
Hex D2 18 BB 0 59 B 12 133 4F 2E
Octal 322 30 273 0 131 13 22 463 117 56
Binary 11010010 11000 10111011 0 1011001 1011 10010 100110011 1001111 101110

Color Harmonies of #D218BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218BB

Black with #D218BB

Text Example


Text Example

White with #D218BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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