Html Css Color HEX #D614CD Deep Magenta

📋 copy color: '#D614CD'

red 214 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D614CD

Tints of Deep Magenta #D614CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 48.75%
G = 4.56%
B = 46.7%

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

#D614CD (or 0xD614CD) is known color: Deep Magenta. HEX triplet: D6, 14 and CD. RGB value is (214,20,205). Sum of RGB (Red+Green+Blue) = 214+20+205=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D614CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614CD is #29EB32. Grayscale: #626262. Windows color (decimal): -2747187 or 13440214. OLE color: 13440214.

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

Color convert

RGB 214 20 205 -
CMYK 0 0.91 0.04 0.16
HSL 302.78º 0.83% 0.46% -
HSV(B) 302.78º 0.91% 0.84% -
XYZ 39 19.2 59.41 -
YUV 99.1 187.77 209.96 -
System Red Green Blue C M Y K H S L
Decimal 214 20 205 0 0.91 0.04 0.16 302.78 0.83 0.46
Hex D6 14 CD 0 5B 4 10 12F 53 2E
Octal 326 24 315 0 133 4 20 457 123 56
Binary 11010110 10100 11001101 0 1011011 100 10000 100101111 1010011 101110

Color Harmonies of #D614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614CD

Black with #D614CD

Text Example


Text Example

White with #D614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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