Html Css Color HEX #D614CE Deep Magenta

📋 copy color: '#D614CE'

red 214 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #D614CE

Tints of Deep Magenta #D614CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 48.64%
G = 4.55%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D614CE (or 0xD614CE) is known color: Deep Magenta. HEX triplet: D6, 14 and CE. RGB value is (214,20,206). Sum of RGB (Red+Green+Blue) = 214+20+206=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D614CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614CE is #29EB31. Grayscale: #626262. Windows color (decimal): -2747186 or 13505750. OLE color: 13505750.

HSL color Cylindrical-coordinate representation of color #D614CE: hue angle of 302.47º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614CE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 206 -
CMYK 0 0.91 0.04 0.16
HSL 302.47º 0.83% 0.46% -
HSV(B) 302.47º 0.91% 0.84% -
XYZ 39.12 19.25 60.05 -
YUV 99.21 188.27 209.88 -
System Red Green Blue C M Y K H S L
Decimal 214 20 206 0 0.91 0.04 0.16 302.47 0.83 0.46
Hex D6 14 CE 0 5B 4 10 12E 53 2E
Octal 326 24 316 0 133 4 20 456 123 56
Binary 11010110 10100 11001110 0 1011011 100 10000 100101110 1010011 101110

Color Harmonies of #D614CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614CE

Black with #D614CE

Text Example


Text Example

White with #D614CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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