Html Css Color HEX #D21BDB Deep Magenta

📋 copy color: '#D21BDB'

red 210 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #D21BDB

Tints of Deep Magenta #D21BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.92%

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

R = 46.05%
G = 5.92%
B = 48.03%

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

#D21BDB (or 0xD21BDB) is known color: Deep Magenta. HEX triplet: D2, 1B and DB. RGB value is (210,27,219). Sum of RGB (Red+Green+Blue) = 210+27+219=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D21BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BDB is #2DE424. Grayscale: #676767. Windows color (decimal): -3007525 or 14359506. OLE color: 14359506.

HSL color Cylindrical-coordinate representation of color #D21BDB: hue angle of 297.19º degrees, saturation: 0.78, 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 #D21BDB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 27 219 -
CMYK 0.04 0.88 0 0.14
HSL 297.19º 0.78% 0.48% -
HSV(B) 297.19º 0.88% 0.86% -
XYZ 39.76 19.6 68.71 -
YUV 103.61 193.13 203.89 -
System Red Green Blue C M Y K H S L
Decimal 210 27 219 0.04 0.88 0 0.14 297.19 0.78 0.48
Hex D2 1B DB 4 58 0 E 129 4E 30
Octal 322 33 333 4 130 0 16 451 116 60
Binary 11010010 11011 11011011 100 1011000 0 1110 100101001 1001110 110000

Color Harmonies of #D21BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BDB

Black with #D21BDB

Text Example


Text Example

White with #D21BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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