Html Css Color HEX #D617CD Deep Magenta

📋 copy color: '#D617CD'

red 214 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #D617CD

Tints of Deep Magenta #D617CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.2%

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

R = 48.42%
G = 5.2%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D617CD (or 0xD617CD) is known color: Deep Magenta. HEX triplet: D6, 17 and CD. RGB value is (214,23,205). Sum of RGB (Red+Green+Blue) = 214+23+205=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D617CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617CD is #29E832. Grayscale: #646464. Windows color (decimal): -2746419 or 13440982. OLE color: 13440982.

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

Color convert

RGB 214 23 205 -
CMYK 0 0.89 0.04 0.16
HSL 302.83º 0.81% 0.46% -
HSV(B) 302.83º 0.89% 0.84% -
XYZ 39.06 19.32 59.43 -
YUV 100.86 186.78 208.7 -
System Red Green Blue C M Y K H S L
Decimal 214 23 205 0 0.89 0.04 0.16 302.83 0.81 0.46
Hex D6 17 CD 0 59 4 10 12F 51 2E
Octal 326 27 315 0 131 4 20 457 121 56
Binary 11010110 10111 11001101 0 1011001 100 10000 100101111 1010001 101110

Color Harmonies of #D617CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617CD

Black with #D617CD

Text Example


Text Example

White with #D617CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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