Html Css Color HEX #D212E5 Deep Magenta

📋 copy color: '#D212E5'

red 210 ◦ green 18 ◦ blue 229

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

Shades of Deep Magenta #D212E5

Tints of Deep Magenta #D212E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 45.95%
G = 3.94%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D212E5 (or 0xD212E5) is known color: Deep Magenta. HEX triplet: D2, 12 and E5. RGB value is (210,18,229). Sum of RGB (Red+Green+Blue) = 210+18+229=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #D212E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212E5 is #2DED1A. Grayscale: #626262. Windows color (decimal): -3009819 or 15012562. OLE color: 15012562.

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

Color convert

RGB 210 18 229 -
CMYK 0.08 0.92 0 0.10
HSL 294.6º 0.85% 0.48% -
HSV(B) 294.6º 0.92% 0.9% -
XYZ 40.94 19.79 75.79 -
YUV 99.46 201.11 206.84 -
System Red Green Blue C M Y K H S L
Decimal 210 18 229 0.08 0.92 0 0.10 294.6 0.85 0.48
Hex D2 12 E5 8 5C 0 A 127 55 30
Octal 322 22 345 10 134 0 12 447 125 60
Binary 11010010 10010 11100101 1000 1011100 0 1010 100100111 1010101 110000

Color Harmonies of #D212E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212E5

Black with #D212E5

Text Example


Text Example

White with #D212E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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