Html Css Color HEX #D21DB0 Deep Magenta

📋 copy color: '#D21DB0'

red 210 ◦ green 29 ◦ blue 176

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

Shades of Deep Magenta #D21DB0

Tints of Deep Magenta #D21DB0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 50.6%
G = 6.99%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D21DB0 (or 0xD21DB0) is known color: Deep Magenta. HEX triplet: D2, 1D and B0. RGB value is (210,29,176). Sum of RGB (Red+Green+Blue) = 210+29+176=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DB0 is #2DE24F. Grayscale: #636363. Windows color (decimal): -3007056 or 11541970. OLE color: 11541970.

HSL color Cylindrical-coordinate representation of color #D21DB0: hue angle of 311.27º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21DB0 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 176 -
CMYK 0 0.86 0.16 0.18
HSL 311.27º 0.76% 0.47% -
HSV(B) 311.27º 0.86% 0.82% -
XYZ 34.85 17.71 42.66 -
YUV 99.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 210 29 176 0 0.86 0.16 0.18 311.27 0.76 0.47
Hex D2 1D B0 0 56 10 12 137 4C 2F
Octal 322 35 260 0 126 20 22 467 114 57
Binary 11010010 11101 10110000 0 1010110 10000 10010 100110111 1001100 101111

Color Harmonies of #D21DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DB0

Black with #D21DB0

Text Example


Text Example

White with #D21DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DB0; }

 p { color: rgb(210,29,176); }

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

background-color css

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

 a { background-color: rgb(210,29,176); }

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

border-color css

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

 span { border-color: rgb(210,29,176); }

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