Html Css Color HEX #D912DC Deep Magenta

📋 copy color: '#D912DC'

red 217 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #D912DC

Tints of Deep Magenta #D912DC

RGB

 RED value IS 217 (85.16% from 255) = 47.69%

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 47.69%
G = 3.96%
B = 48.35%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D912DC (or 0xD912DC) is known color: Deep Magenta. HEX triplet: D9, 12 and DC. RGB value is (217,18,220). Sum of RGB (Red+Green+Blue) = 217+18+220=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #D912DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912DC is #26ED23. Grayscale: #636363. Windows color (decimal): -2551076 or 14422745. OLE color: 14422745.

HSL color Cylindrical-coordinate representation of color #D912DC: hue angle of 299.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912DC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 18 220 -
CMYK 0.01 0.92 0 0.14
HSL 299.11º 0.85% 0.47% -
HSV(B) 299.11º 0.92% 0.86% -
XYZ 41.75 20.35 69.44 -
YUV 100.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 217 18 220 0.01 0.92 0 0.14 299.11 0.85 0.47
Hex D9 12 DC 1 5C 0 E 12B 55 2F
Octal 331 22 334 1 134 0 16 453 125 57
Binary 11011001 10010 11011100 1 1011100 0 1110 100101011 1010101 101111

Color Harmonies of #D912DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912DC

Black with #D912DC

Text Example


Text Example

White with #D912DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912DC; }

 p { color: rgb(217,18,220); }

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

background-color css

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

 a { background-color: rgb(217,18,220); }

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

border-color css

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

 span { border-color: rgb(217,18,220); }

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