Html Css Color HEX #D21ADB Deep Magenta

📋 copy color: '#D21ADB'

red 210 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #D21ADB

Tints of Deep Magenta #D21ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.71%

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

R = 46.15%
G = 5.71%
B = 48.13%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21ADB (or 0xD21ADB) is known color: Deep Magenta. HEX triplet: D2, 1A and DB. RGB value is (210,26,219). Sum of RGB (Red+Green+Blue) = 210+26+219=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D21ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ADB is #2DE524. Grayscale: #666666. Windows color (decimal): -3007781 or 14359250. OLE color: 14359250.

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

Color convert

RGB 210 26 219 -
CMYK 0.04 0.88 0 0.14
HSL 297.2º 0.79% 0.48% -
HSV(B) 297.2º 0.88% 0.86% -
XYZ 39.73 19.55 68.7 -
YUV 103.02 193.46 204.31 -
System Red Green Blue C M Y K H S L
Decimal 210 26 219 0.04 0.88 0 0.14 297.2 0.79 0.48
Hex D2 1A DB 4 58 0 E 129 4F 30
Octal 322 32 333 4 130 0 16 451 117 60
Binary 11010010 11010 11011011 100 1011000 0 1110 100101001 1001111 110000

Color Harmonies of #D21ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21ADB

Black with #D21ADB

Text Example


Text Example

White with #D21ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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