Html Css Color HEX #D912DF Deep Magenta

📋 copy color: '#D912DF'

red 217 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #D912DF

Tints of Deep Magenta #D912DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 47.38%
G = 3.93%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D912DF (or 0xD912DF) is known color: Deep Magenta. HEX triplet: D9, 12 and DF. RGB value is (217,18,223). Sum of RGB (Red+Green+Blue) = 217+18+223=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D912DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912DF is #26ED20. Grayscale: #646464. Windows color (decimal): -2551073 or 14619353. OLE color: 14619353.

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

Color convert

RGB 217 18 223 -
CMYK 0.03 0.92 0 0.13
HSL 298.24º 0.85% 0.47% -
HSV(B) 298.24º 0.92% 0.87% -
XYZ 42.15 20.51 71.55 -
YUV 100.87 196.93 210.83 -
System Red Green Blue C M Y K H S L
Decimal 217 18 223 0.03 0.92 0 0.13 298.24 0.85 0.47
Hex D9 12 DF 3 5C 0 D 12A 55 2F
Octal 331 22 337 3 134 0 15 452 125 57
Binary 11011001 10010 11011111 11 1011100 0 1101 100101010 1010101 101111

Color Harmonies of #D912DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912DF

Black with #D912DF

Text Example


Text Example

White with #D912DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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