Html Css Color HEX #D212E4 Deep Magenta

📋 copy color: '#D212E4'

red 210 ◦ green 18 ◦ blue 228

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

Shades of Deep Magenta #D212E4

Tints of Deep Magenta #D212E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50%

R = 46.05%
G = 3.95%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D212E4 (or 0xD212E4) is known color: Deep Magenta. HEX triplet: D2, 12 and E4. RGB value is (210,18,228). Sum of RGB (Red+Green+Blue) = 210+18+228=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #D212E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212E4 is #2DED1B. Grayscale: #626262. Windows color (decimal): -3009820 or 14947026. OLE color: 14947026.

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

Color convert

RGB 210 18 228 -
CMYK 0.08 0.92 0 0.11
HSL 294.86º 0.85% 0.48% -
HSV(B) 294.86º 0.92% 0.89% -
XYZ 40.8 19.74 75.06 -
YUV 99.35 200.61 206.92 -
System Red Green Blue C M Y K H S L
Decimal 210 18 228 0.08 0.92 0 0.11 294.86 0.85 0.48
Hex D2 12 E4 8 5C 0 B 127 55 30
Octal 322 22 344 10 134 0 13 447 125 60
Binary 11010010 10010 11100100 1000 1011100 0 1011 100100111 1010101 110000

Color Harmonies of #D212E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212E4

Black with #D212E4

Text Example


Text Example

White with #D212E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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