Html Css Color HEX #D21CDE Deep Magenta

📋 copy color: '#D21CDE'

red 210 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #D21CDE

Tints of Deep Magenta #D21CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 45.65%
G = 6.09%
B = 48.26%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D21CDE (or 0xD21CDE) is known color: Deep Magenta. HEX triplet: D2, 1C and DE. RGB value is (210,28,222). Sum of RGB (Red+Green+Blue) = 210+28+222=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #D21CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CDE is #2DE321. Grayscale: #676767. Windows color (decimal): -3007266 or 14556370. OLE color: 14556370.

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

Color convert

RGB 210 28 222 -
CMYK 0.05 0.87 0 0.13
HSL 296.29º 0.78% 0.49% -
HSV(B) 296.29º 0.87% 0.87% -
XYZ 40.18 19.81 70.81 -
YUV 104.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 210 28 222 0.05 0.87 0 0.13 296.29 0.78 0.49
Hex D2 1C DE 5 57 0 D 128 4E 31
Octal 322 34 336 5 127 0 15 450 116 61
Binary 11010010 11100 11011110 101 1010111 0 1101 100101000 1001110 110001

Color Harmonies of #D21CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CDE

Black with #D21CDE

Text Example


Text Example

White with #D21CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CDE; }

 p { color: rgb(210,28,222); }

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

background-color css

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

 a { background-color: rgb(210,28,222); }

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

border-color css

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

 span { border-color: rgb(210,28,222); }

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