Html Css Color HEX #D21BDD Deep Magenta

📋 copy color: '#D21BDD'

red 210 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #D21BDD

Tints of Deep Magenta #D21BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 45.85%
G = 5.9%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D21BDD (or 0xD21BDD) is known color: Deep Magenta. HEX triplet: D2, 1B and DD. RGB value is (210,27,221). Sum of RGB (Red+Green+Blue) = 210+27+221=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D21BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BDD is #2DE422. Grayscale: #676767. Windows color (decimal): -3007523 or 14490578. OLE color: 14490578.

HSL color Cylindrical-coordinate representation of color #D21BDD: hue angle of 296.6º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BDD is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 27 221 -
CMYK 0.05 0.88 0 0.13
HSL 296.6º 0.78% 0.49% -
HSV(B) 296.6º 0.88% 0.87% -
XYZ 40.02 19.71 70.1 -
YUV 103.83 194.13 203.73 -
System Red Green Blue C M Y K H S L
Decimal 210 27 221 0.05 0.88 0 0.13 296.6 0.78 0.49
Hex D2 1B DD 5 58 0 D 129 4E 31
Octal 322 33 335 5 130 0 15 451 116 61
Binary 11010010 11011 11011101 101 1011000 0 1101 100101001 1001110 110001

Color Harmonies of #D21BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BDD

Black with #D21BDD

Text Example


Text Example

White with #D21BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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