Html Css Color HEX #D212CD Deep Magenta

📋 copy color: '#D212CD'

red 210 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #D212CD

Tints of Deep Magenta #D212CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 48.5%
G = 4.16%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D212CD (or 0xD212CD) is known color: Deep Magenta. HEX triplet: D2, 12 and CD. RGB value is (210,18,205). Sum of RGB (Red+Green+Blue) = 210+18+205=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D212CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212CD is #2DED32. Grayscale: #606060. Windows color (decimal): -3009843 or 13439698. OLE color: 13439698.

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

Color convert

RGB 210 18 205 -
CMYK 0 0.91 0.02 0.18
HSL 301.56º 0.84% 0.45% -
HSV(B) 301.56º 0.91% 0.82% -
XYZ 37.81 18.54 59.34 -
YUV 96.73 189.11 208.79 -
System Red Green Blue C M Y K H S L
Decimal 210 18 205 0 0.91 0.02 0.18 301.56 0.84 0.45
Hex D2 12 CD 0 5B 2 12 12E 54 2D
Octal 322 22 315 0 133 2 22 456 124 55
Binary 11010010 10010 11001101 0 1011011 10 10010 100101110 1010100 101101

Color Harmonies of #D212CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212CD

Black with #D212CD

Text Example


Text Example

White with #D212CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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