Html Css Color HEX #D216BB Deep Magenta

📋 copy color: '#D216BB'

red 210 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #D216BB

Tints of Deep Magenta #D216BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.25%

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

R = 50.12%
G = 5.25%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D216BB (or 0xD216BB) is known color: Deep Magenta. HEX triplet: D2, 16 and BB. RGB value is (210,22,187). Sum of RGB (Red+Green+Blue) = 210+22+187=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D216BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D216BB is #2DE944. Grayscale: #606060. Windows color (decimal): -3008837 or 12261074. OLE color: 12261074.

HSL color Cylindrical-coordinate representation of color #D216BB: hue angle of 307.34º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D216BB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 187 -
CMYK 0 0.90 0.11 0.18
HSL 307.34º 0.81% 0.45% -
HSV(B) 307.34º 0.9% 0.82% -
XYZ 35.83 17.86 48.57 -
YUV 97.02 178.78 208.58 -
System Red Green Blue C M Y K H S L
Decimal 210 22 187 0 0.90 0.11 0.18 307.34 0.81 0.45
Hex D2 16 BB 0 5A B 12 133 51 2D
Octal 322 26 273 0 132 13 22 463 121 55
Binary 11010010 10110 10111011 0 1011010 1011 10010 100110011 1010001 101101

Color Harmonies of #D216BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216BB

Black with #D216BB

Text Example


Text Example

White with #D216BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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