Html Css Color HEX #D212E1 Deep Magenta

📋 copy color: '#D212E1'

red 210 ◦ green 18 ◦ blue 225

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

Shades of Deep Magenta #D212E1

Tints of Deep Magenta #D212E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 46.36%
G = 3.97%
B = 49.67%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D212E1 (or 0xD212E1) is known color: Deep Magenta. HEX triplet: D2, 12 and E1. RGB value is (210,18,225). Sum of RGB (Red+Green+Blue) = 210+18+225=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #D212E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212E1 is #2DED1E. Grayscale: #626262. Windows color (decimal): -3009823 or 14750418. OLE color: 14750418.

HSL color Cylindrical-coordinate representation of color #D212E1: hue angle of 295.65º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D212E1 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 18 225 -
CMYK 0.07 0.92 0 0.12
HSL 295.65º 0.85% 0.48% -
HSV(B) 295.65º 0.92% 0.88% -
XYZ 40.39 19.57 72.88 -
YUV 99.01 199.11 207.17 -
System Red Green Blue C M Y K H S L
Decimal 210 18 225 0.07 0.92 0 0.12 295.65 0.85 0.48
Hex D2 12 E1 7 5C 0 C 128 55 30
Octal 322 22 341 7 134 0 14 450 125 60
Binary 11010010 10010 11100001 111 1011100 0 1100 100101000 1010101 110000

Color Harmonies of #D212E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212E1

Black with #D212E1

Text Example


Text Example

White with #D212E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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