Html Css Color HEX #D212DD Deep Magenta

📋 copy color: '#D212DD'

red 210 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D212DD

Tints of Deep Magenta #D212DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 46.77%
G = 4.01%
B = 49.22%

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

#D212DD (or 0xD212DD) is known color: Deep Magenta. HEX triplet: D2, 12 and DD. RGB value is (210,18,221). Sum of RGB (Red+Green+Blue) = 210+18+221=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D212DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212DD is #2DED22. Grayscale: #616161. Windows color (decimal): -3009827 or 14488274. OLE color: 14488274.

HSL color Cylindrical-coordinate representation of color #D212DD: hue angle of 296.75º 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 #D212DD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 18 221 -
CMYK 0.05 0.92 0 0.13
HSL 296.75º 0.85% 0.47% -
HSV(B) 296.75º 0.92% 0.87% -
XYZ 39.85 19.35 70.04 -
YUV 98.55 197.11 207.49 -
System Red Green Blue C M Y K H S L
Decimal 210 18 221 0.05 0.92 0 0.13 296.75 0.85 0.47
Hex D2 12 DD 5 5C 0 D 129 55 2F
Octal 322 22 335 5 134 0 15 451 125 57
Binary 11010010 10010 11011101 101 1011100 0 1101 100101001 1010101 101111

Color Harmonies of #D212DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212DD

Black with #D212DD

Text Example


Text Example

White with #D212DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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