Html Css Color HEX #D21DC5 Deep Magenta

📋 copy color: '#D21DC5'

red 210 ◦ green 29 ◦ blue 197

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

Shades of Deep Magenta #D21DC5

Tints of Deep Magenta #D21DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.18%

R = 48.17%
G = 6.65%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D21DC5 (or 0xD21DC5) is known color: Deep Magenta. HEX triplet: D2, 1D and C5. RGB value is (210,29,197). Sum of RGB (Red+Green+Blue) = 210+29+197=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DC5 is #2DE23A. Grayscale: #656565. Windows color (decimal): -3007035 or 12918226. OLE color: 12918226.

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

Color convert

RGB 210 29 197 -
CMYK 0 0.86 0.06 0.18
HSL 304.31º 0.76% 0.47% -
HSV(B) 304.31º 0.86% 0.82% -
XYZ 37.1 18.61 54.46 -
YUV 102.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 210 29 197 0 0.86 0.06 0.18 304.31 0.76 0.47
Hex D2 1D C5 0 56 6 12 130 4C 2F
Octal 322 35 305 0 126 6 22 460 114 57
Binary 11010010 11101 11000101 0 1010110 110 10010 100110000 1001100 101111

Color Harmonies of #D21DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DC5

Black with #D21DC5

Text Example


Text Example

White with #D21DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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