Html Css Color HEX #D614DC Deep Magenta

📋 copy color: '#D614DC'

red 214 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #D614DC

Tints of Deep Magenta #D614DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 47.14%
G = 4.41%
B = 48.46%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D614DC (or 0xD614DC) is known color: Deep Magenta. HEX triplet: D6, 14 and DC. RGB value is (214,20,220). Sum of RGB (Red+Green+Blue) = 214+20+220=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D614DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614DC is #29EB23. Grayscale: #646464. Windows color (decimal): -2747172 or 14423254. OLE color: 14423254.

HSL color Cylindrical-coordinate representation of color #D614DC: hue angle of 298.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614DC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 20 220 -
CMYK 0.03 0.91 0 0.14
HSL 298.2º 0.83% 0.47% -
HSV(B) 298.2º 0.91% 0.86% -
XYZ 40.9 19.96 69.41 -
YUV 100.81 195.27 208.74 -
System Red Green Blue C M Y K H S L
Decimal 214 20 220 0.03 0.91 0 0.14 298.2 0.83 0.47
Hex D6 14 DC 3 5B 0 E 12A 53 2F
Octal 326 24 334 3 133 0 16 452 123 57
Binary 11010110 10100 11011100 11 1011011 0 1110 100101010 1010011 101111

Color Harmonies of #D614DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614DC

Black with #D614DC

Text Example


Text Example

White with #D614DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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