Html Css Color HEX #D012E5 Deep Magenta

📋 copy color: '#D012E5'

red 208 ◦ green 18 ◦ blue 229

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

Shades of Deep Magenta #D012E5

Tints of Deep Magenta #D012E5

RGB

 RED value IS 208 (81.64% from 255) = 45.71%

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

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

R = 45.71%
G = 3.96%
B = 50.33%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D012E5 (or 0xD012E5) is known color: Deep Magenta. HEX triplet: D0, 12 and E5. RGB value is (208,18,229). Sum of RGB (Red+Green+Blue) = 208+18+229=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #D012E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012E5 is #2FED1A. Grayscale: #626262. Windows color (decimal): -3140891 or 15012560. OLE color: 15012560.

HSL color Cylindrical-coordinate representation of color #D012E5: hue angle of 294.03º 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 #D012E5 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 18 229 -
CMYK 0.09 0.92 0 0.10
HSL 294.03º 0.85% 0.48% -
HSV(B) 294.03º 0.92% 0.9% -
XYZ 40.37 19.5 75.76 -
YUV 98.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 208 18 229 0.09 0.92 0 0.10 294.03 0.85 0.48
Hex D0 12 E5 9 5C 0 A 126 55 30
Octal 320 22 345 11 134 0 12 446 125 60
Binary 11010000 10010 11100101 1001 1011100 0 1010 100100110 1010101 110000

Color Harmonies of #D012E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012E5

Black with #D012E5

Text Example


Text Example

White with #D012E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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