Html Css Color HEX #D612DF Deep Magenta

📋 copy color: '#D612DF'

red 214 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #D612DF

Tints of Deep Magenta #D612DF

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

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

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

R = 47.03%
G = 3.96%
B = 49.01%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D612DF (or 0xD612DF) is known color: Deep Magenta. HEX triplet: D6, 12 and DF. RGB value is (214,18,223). Sum of RGB (Red+Green+Blue) = 214+18+223=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #D612DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D612DF is #29ED20. Grayscale: #636363. Windows color (decimal): -2747681 or 14619350. OLE color: 14619350.

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

Color convert

RGB 214 18 223 -
CMYK 0.04 0.92 0 0.13
HSL 297.37º 0.85% 0.47% -
HSV(B) 297.37º 0.92% 0.87% -
XYZ 41.27 20.06 71.51 -
YUV 99.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 214 18 223 0.04 0.92 0 0.13 297.37 0.85 0.47
Hex D6 12 DF 4 5C 0 D 129 55 2F
Octal 326 22 337 4 134 0 15 451 125 57
Binary 11010110 10010 11011111 100 1011100 0 1101 100101001 1010101 101111

Color Harmonies of #D612DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612DF

Black with #D612DF

Text Example


Text Example

White with #D612DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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