Html Css Color HEX #D21CDB Deep Magenta

📋 copy color: '#D21CDB'

red 210 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D21CDB

Tints of Deep Magenta #D21CDB

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 value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D21CDB (or 0xD21CDB) is known color: 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

RGB 210 28 219 -
CMYK 0.04 0.87 0 0.14
HSL 297.17º 0.77% 0.48% -
HSV(B) 297.17º 0.87% 0.86% -
XYZ 39.78 19.65 68.71 -
YUV 104.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 210 28 219 0.04 0.87 0 0.14 297.17 0.77 0.48
Hex D2 1C DB 4 57 0 E 129 4D 30
Octal 322 34 333 4 127 0 16 451 115 60
Binary 11010010 11100 11011011 100 1010111 0 1110 100101001 1001101 110000

Color Harmonies of #D21CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CDB

Black with #D21CDB

Text Example


Text Example

White with #D21CDB

Text Example


Text Example

HTML Codes & Css Web 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>