Html Css Color HEX #D012DF Deep Magenta

📋 copy color: '#D012DF'

red 208 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #D012DF

Tints of Deep Magenta #D012DF

RGB

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

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

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

R = 46.33%
G = 4.01%
B = 49.67%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D012DF (or 0xD012DF) is known color: Deep Magenta. HEX triplet: D0, 12 and DF. RGB value is (208,18,223). Sum of RGB (Red+Green+Blue) = 208+18+223=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D012DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012DF is #2FED20. Grayscale: #616161. Windows color (decimal): -3140897 or 14619344. OLE color: 14619344.

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

Color convert

RGB 208 18 223 -
CMYK 0.07 0.92 0 0.13
HSL 295.61º 0.85% 0.47% -
HSV(B) 295.61º 0.92% 0.87% -
XYZ 39.55 19.17 71.43 -
YUV 98.18 198.45 206.33 -
System Red Green Blue C M Y K H S L
Decimal 208 18 223 0.07 0.92 0 0.13 295.61 0.85 0.47
Hex D0 12 DF 7 5C 0 D 128 55 2F
Octal 320 22 337 7 134 0 15 450 125 57
Binary 11010000 10010 11011111 111 1011100 0 1101 100101000 1010101 101111

Color Harmonies of #D012DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012DF

Black with #D012DF

Text Example


Text Example

White with #D012DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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