Html Css Color HEX #D212C1 Deep Magenta

📋 copy color: '#D212C1'

red 210 ◦ green 18 ◦ blue 193

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

Shades of Deep Magenta #D212C1

Tints of Deep Magenta #D212C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 49.88%
G = 4.28%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D212C1 (or 0xD212C1) is known color: Deep Magenta. HEX triplet: D2, 12 and C1. RGB value is (210,18,193). Sum of RGB (Red+Green+Blue) = 210+18+193=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D212C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212C1 is #2DED3E. Grayscale: #5E5E5E. Windows color (decimal): -3009855 or 12653266. OLE color: 12653266.

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

Color convert

RGB 210 18 193 -
CMYK 0 0.91 0.08 0.18
HSL 305.31º 0.84% 0.45% -
HSV(B) 305.31º 0.91% 0.82% -
XYZ 36.42 17.98 52 -
YUV 95.36 183.11 209.77 -
System Red Green Blue C M Y K H S L
Decimal 210 18 193 0 0.91 0.08 0.18 305.31 0.84 0.45
Hex D2 12 C1 0 5B 8 12 131 54 2D
Octal 322 22 301 0 133 10 22 461 124 55
Binary 11010010 10010 11000001 0 1011011 1000 10010 100110001 1010100 101101

Color Harmonies of #D212C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212C1

Black with #D212C1

Text Example


Text Example

White with #D212C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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