#D21CDB

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

Shades of Deep Magenta #D21CDB

Tints of Deep Magenta #D21CDB

Color information

#D21CDB (or 0xD21CDB) is unknown color: approx Deep Magenta. HEX triplet: D2, 1C and DB. RGB value is (210,28,219). Sum of RGB (Red+Green+Blue) = 210+28+219=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #D21CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CDB is #2DE324. Grayscale: #676767. Windows color (decimal): -3007269 or 14359762. OLE color: 14359762.

HSL color Cylindrical-coordinate representation of color #D21CDB: hue angle of 297.17º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CDB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21028219-
CMYK0.040.8700.14
HSL297.17º77.33%48.43%-
HSV(B)297.17º87.21%85.88%-
XYZ39.7819.6568.71-
YUV104.19192.8203.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 28 (11.33% from 255) = 6.13%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=45.95%
G=6.13%
B=47.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210282190.040.8700.14297.1777.3348.43
HexD21CDB4570E1294d30
Octal32234333412701645111560
Binary1101001011100110110111001010111011101001010011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21CDB; }

 p { color: rgb(210,28,219); }

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

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

 a { background-color: rgb(210,28,219); }

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

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

 span { border-color: rgb(210,28,219); }

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