Html Css Color HEX #D21BDA Deep Magenta

📋 copy color: '#D21BDA'

red 210 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #D21BDA

Tints of Deep Magenta #D21BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 46.15%
G = 5.93%
B = 47.91%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D21BDA (or 0xD21BDA) is known color: Deep Magenta. HEX triplet: D2, 1B and DA. RGB value is (210,27,218). Sum of RGB (Red+Green+Blue) = 210+27+218=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D21BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BDA is #2DE425. Grayscale: #666666. Windows color (decimal): -3007526 or 14293970. OLE color: 14293970.

HSL color Cylindrical-coordinate representation of color #D21BDA: hue angle of 297.49º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21BDA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 27 218 -
CMYK 0.04 0.88 0 0.15
HSL 297.49º 0.78% 0.48% -
HSV(B) 297.49º 0.88% 0.85% -
XYZ 39.63 19.55 68.01 -
YUV 103.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 210 27 218 0.04 0.88 0 0.15 297.49 0.78 0.48
Hex D2 1B DA 4 58 0 F 129 4E 30
Octal 322 33 332 4 130 0 17 451 116 60
Binary 11010010 11011 11011010 100 1011000 0 1111 100101001 1001110 110000

Color Harmonies of #D21BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BDA

Black with #D21BDA

Text Example


Text Example

White with #D21BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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