Html Css Color HEX #D21DB2 Deep Magenta

📋 copy color: '#D21DB2'

red 210 ◦ green 29 ◦ blue 178

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

Shades of Deep Magenta #D21DB2

Tints of Deep Magenta #D21DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 50.36%
G = 6.95%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D21DB2 (or 0xD21DB2) is known color: Deep Magenta. HEX triplet: D2, 1D and B2. RGB value is (210,29,178). Sum of RGB (Red+Green+Blue) = 210+29+178=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DB2 is #2DE24D. Grayscale: #636363. Windows color (decimal): -3007054 or 11673042. OLE color: 11673042.

HSL color Cylindrical-coordinate representation of color #D21DB2: hue angle of 310.61º 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 #D21DB2 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 178 -
CMYK 0 0.86 0.15 0.18
HSL 310.61º 0.76% 0.47% -
HSV(B) 310.61º 0.86% 0.82% -
XYZ 35.05 17.79 43.71 -
YUV 100.11 171.97 206.38 -
System Red Green Blue C M Y K H S L
Decimal 210 29 178 0 0.86 0.15 0.18 310.61 0.76 0.47
Hex D2 1D B2 0 56 F 12 137 4C 2F
Octal 322 35 262 0 126 17 22 467 114 57
Binary 11010010 11101 10110010 0 1010110 1111 10010 100110111 1001100 101111

Color Harmonies of #D21DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DB2

Black with #D21DB2

Text Example


Text Example

White with #D21DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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