#D217BC

Color #D217BC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D217BC

Tints of Deep Magenta #D217BC

Color information

#D217BC (or 0xD217BC) is unknown color: approx Deep Magenta. HEX triplet: D2, 17 and BC. RGB value is (210,23,188). Sum of RGB (Red+Green+Blue) = 210+23+188=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D217BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217BC is #2DE843. Grayscale: #616161. Windows color (decimal): -3008580 or 12326866. OLE color: 12326866.

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

Color convert

RGB21023188-
CMYK00.890.100.18
HSL307.06º80.26%45.69%-
HSV(B)307.06º89.05%82.35%-
XYZ35.9617.9549.15-
YUV97.72178.95208.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.88%
GREEN value IS 23 (9.38% from 255) = 5.46%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=49.88%
G=5.46%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102318800.890.100.18307.0680.2645.69
HexD217BC059A12133502e
Octal322272740131122246312056
Binary110100101011110111100010110011010100101001100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D217BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D217BC; }

 p { color: rgb(210,23,188); }

 H1.HeaderClassName
 {
   color: #D217BC;
 }
 .AnyTagClassName
 {
   color: #D217BC;
 }
</style>
background-color css

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

 a { background-color: rgb(210,23,188); }

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

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

 span { border-color: rgb(210,23,188); }

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