Html Css Color HEX #D617DE Deep Magenta

📋 copy color: '#D617DE'

red 214 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #D617DE

Tints of Deep Magenta #D617DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 46.62%
G = 5.01%
B = 48.37%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D617DE (or 0xD617DE) is known color: Deep Magenta. HEX triplet: D6, 17 and DE. RGB value is (214,23,222). Sum of RGB (Red+Green+Blue) = 214+23+222=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #D617DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617DE is #29E821. Grayscale: #666666. Windows color (decimal): -2746402 or 14555094. OLE color: 14555094.

HSL color Cylindrical-coordinate representation of color #D617DE: hue angle of 297.59º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D617DE is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 23 222 -
CMYK 0.04 0.90 0 0.13
HSL 297.59º 0.81% 0.48% -
HSV(B) 297.59º 0.9% 0.87% -
XYZ 41.22 20.18 70.83 -
YUV 102.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 214 23 222 0.04 0.90 0 0.13 297.59 0.81 0.48
Hex D6 17 DE 4 5A 0 D 12A 51 30
Octal 326 27 336 4 132 0 15 452 121 60
Binary 11010110 10111 11011110 100 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D617DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617DE

Black with #D617DE

Text Example


Text Example

White with #D617DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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