Html Css Color HEX #D216B1 Deep Magenta

📋 copy color: '#D216B1'

red 210 ◦ green 22 ◦ blue 177

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

Shades of Deep Magenta #D216B1

Tints of Deep Magenta #D216B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 51.34%
G = 5.38%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D216B1 (or 0xD216B1) is known color: Deep Magenta. HEX triplet: D2, 16 and B1. RGB value is (210,22,177). Sum of RGB (Red+Green+Blue) = 210+22+177=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D216B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D216B1 is #2DE94E. Grayscale: #5F5F5F. Windows color (decimal): -3008847 or 11605714. OLE color: 11605714.

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

Color convert

RGB 210 22 177 -
CMYK 0 0.90 0.16 0.18
HSL 310.53º 0.81% 0.45% -
HSV(B) 310.53º 0.9% 0.82% -
XYZ 34.8 17.45 43.13 -
YUV 95.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 210 22 177 0 0.90 0.16 0.18 310.53 0.81 0.45
Hex D2 16 B1 0 5A 10 12 137 51 2D
Octal 322 26 261 0 132 20 22 467 121 55
Binary 11010010 10110 10110001 0 1011010 10000 10010 100110111 1010001 101101

Color Harmonies of #D216B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D216B1

Black with #D216B1

Text Example


Text Example

White with #D216B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D216B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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