Html Css Color HEX #D014DF Deep Magenta

📋 copy color: '#D014DF'

red 208 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #D014DF

Tints of Deep Magenta #D014DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.43%

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

R = 46.12%
G = 4.43%
B = 49.45%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D014DF (or 0xD014DF) is known color: Deep Magenta. HEX triplet: D0, 14 and DF. RGB value is (208,20,223). Sum of RGB (Red+Green+Blue) = 208+20+223=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D014DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014DF is #2FEB20. Grayscale: #626262. Windows color (decimal): -3140385 or 14619856. OLE color: 14619856.

HSL color Cylindrical-coordinate representation of color #D014DF: hue angle of 295.57º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D014DF is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 20 223 -
CMYK 0.07 0.91 0 0.13
HSL 295.57º 0.84% 0.48% -
HSV(B) 295.57º 0.91% 0.87% -
XYZ 39.58 19.24 71.44 -
YUV 99.35 197.78 205.49 -
System Red Green Blue C M Y K H S L
Decimal 208 20 223 0.07 0.91 0 0.13 295.57 0.84 0.48
Hex D0 14 DF 7 5B 0 D 128 54 30
Octal 320 24 337 7 133 0 15 450 124 60
Binary 11010000 10100 11011111 111 1011011 0 1101 100101000 1010100 110000

Color Harmonies of #D014DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D014DF

Black with #D014DF

Text Example


Text Example

White with #D014DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D014DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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