Html Css Color HEX #D21FDB Deep Magenta

📋 copy color: '#D21FDB'

red 210 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #D21FDB

Tints of Deep Magenta #D21FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.74%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 45.65%
G = 6.74%
B = 47.61%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21FDB (or 0xD21FDB) is known color: Deep Magenta. HEX triplet: D2, 1F and DB. RGB value is (210,31,219). Sum of RGB (Red+Green+Blue) = 210+31+219=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #D21FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FDB is #2DE024. Grayscale: #696969. Windows color (decimal): -3006501 or 14360530. OLE color: 14360530.

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

Color convert

RGB 210 31 219 -
CMYK 0.04 0.86 0 0.14
HSL 297.13º 0.75% 0.49% -
HSV(B) 297.13º 0.86% 0.86% -
XYZ 39.85 19.8 68.74 -
YUV 105.95 191.8 202.21 -
System Red Green Blue C M Y K H S L
Decimal 210 31 219 0.04 0.86 0 0.14 297.13 0.75 0.49
Hex D2 1F DB 4 56 0 E 129 4B 31
Octal 322 37 333 4 126 0 16 451 113 61
Binary 11010010 11111 11011011 100 1010110 0 1110 100101001 1001011 110001

Color Harmonies of #D21FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FDB

Black with #D21FDB

Text Example


Text Example

White with #D21FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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