Html Css Color HEX #D614DF Deep Magenta

📋 copy color: '#D614DF'

red 214 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #D614DF

Tints of Deep Magenta #D614DF

RGB

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

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

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

R = 46.83%
G = 4.38%
B = 48.8%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D614DF (or 0xD614DF) is known color: Deep Magenta. HEX triplet: D6, 14 and DF. RGB value is (214,20,223). Sum of RGB (Red+Green+Blue) = 214+20+223=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D614DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614DF is #29EB20. Grayscale: #646464. Windows color (decimal): -2747169 or 14619862. OLE color: 14619862.

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

Color convert

RGB 214 20 223 -
CMYK 0.04 0.91 0 0.13
HSL 297.34º 0.84% 0.48% -
HSV(B) 297.34º 0.91% 0.87% -
XYZ 41.3 20.12 71.52 -
YUV 101.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 214 20 223 0.04 0.91 0 0.13 297.34 0.84 0.48
Hex D6 14 DF 4 5B 0 D 129 54 30
Octal 326 24 337 4 133 0 15 451 124 60
Binary 11010110 10100 11011111 100 1011011 0 1101 100101001 1010100 110000

Color Harmonies of #D614DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614DF

Black with #D614DF

Text Example


Text Example

White with #D614DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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