Html Css Color HEX #D21FCE Deep Magenta

📋 copy color: '#D21FCE'

red 210 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #D21FCE

Tints of Deep Magenta #D21FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.94%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 46.98%
G = 6.94%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D21FCE (or 0xD21FCE) is known color: Deep Magenta. HEX triplet: D2, 1F and CE. RGB value is (210,31,206). Sum of RGB (Red+Green+Blue) = 210+31+206=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FCE is #2DE031. Grayscale: #676767. Windows color (decimal): -3006514 or 13508562. OLE color: 13508562.

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

Color convert

RGB 210 31 206 -
CMYK 0 0.85 0.02 0.18
HSL 301.34º 0.74% 0.47% -
HSV(B) 301.34º 0.85% 0.82% -
XYZ 38.21 19.14 60.07 -
YUV 104.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 210 31 206 0 0.85 0.02 0.18 301.34 0.74 0.47
Hex D2 1F CE 0 55 2 12 12D 4A 2F
Octal 322 37 316 0 125 2 22 455 112 57
Binary 11010010 11111 11001110 0 1010101 10 10010 100101101 1001010 101111

Color Harmonies of #D21FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FCE

Black with #D21FCE

Text Example


Text Example

White with #D21FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FCE; }

 p { color: rgb(210,31,206); }

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

background-color css

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

 a { background-color: rgb(210,31,206); }

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

border-color css

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

 span { border-color: rgb(210,31,206); }

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