Html Css Color HEX #D212DE Deep Magenta

📋 copy color: '#D212DE'

red 210 ◦ green 18 ◦ blue 222

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

Shades of Deep Magenta #D212DE

Tints of Deep Magenta #D212DE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4%

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

R = 46.67%
G = 4%
B = 49.33%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D212DE (or 0xD212DE) is known color: Deep Magenta. HEX triplet: D2, 12 and DE. RGB value is (210,18,222). Sum of RGB (Red+Green+Blue) = 210+18+222=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D212DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212DE is #2DED21. Grayscale: #626262. Windows color (decimal): -3009826 or 14553810. OLE color: 14553810.

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

Color convert

RGB 210 18 222 -
CMYK 0.05 0.92 0 0.13
HSL 296.47º 0.85% 0.47% -
HSV(B) 296.47º 0.92% 0.87% -
XYZ 39.98 19.41 70.75 -
YUV 98.66 197.61 207.41 -
System Red Green Blue C M Y K H S L
Decimal 210 18 222 0.05 0.92 0 0.13 296.47 0.85 0.47
Hex D2 12 DE 5 5C 0 D 128 55 2F
Octal 322 22 336 5 134 0 15 450 125 57
Binary 11010010 10010 11011110 101 1011100 0 1101 100101000 1010101 101111

Color Harmonies of #D212DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212DE

Black with #D212DE

Text Example


Text Example

White with #D212DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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