Html Css Color HEX #D212C6 Deep Magenta

📋 copy color: '#D212C6'

red 210 ◦ green 18 ◦ blue 198

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

Shades of Deep Magenta #D212C6

Tints of Deep Magenta #D212C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.48%

R = 49.3%
G = 4.23%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D212C6 (or 0xD212C6) is known color: Deep Magenta. HEX triplet: D2, 12 and C6. RGB value is (210,18,198). Sum of RGB (Red+Green+Blue) = 210+18+198=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D212C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212C6 is #2DED39. Grayscale: #5F5F5F. Windows color (decimal): -3009850 or 12980946. OLE color: 12980946.

HSL color Cylindrical-coordinate representation of color #D212C6: hue angle of 303.75º 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 #D212C6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 198 -
CMYK 0 0.91 0.06 0.18
HSL 303.75º 0.84% 0.45% -
HSV(B) 303.75º 0.91% 0.82% -
XYZ 36.99 18.21 54.99 -
YUV 95.93 185.61 209.36 -
System Red Green Blue C M Y K H S L
Decimal 210 18 198 0 0.91 0.06 0.18 303.75 0.84 0.45
Hex D2 12 C6 0 5B 6 12 130 54 2D
Octal 322 22 306 0 133 6 22 460 124 55
Binary 11010010 10010 11000110 0 1011011 110 10010 100110000 1010100 101101

Color Harmonies of #D212C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212C6

Black with #D212C6

Text Example


Text Example

White with #D212C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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