Html Css Color HEX #D616DE Deep Magenta

📋 copy color: '#D616DE'

red 214 ◦ green 22 ◦ blue 222

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

Shades of Deep Magenta #D616DE

Tints of Deep Magenta #D616DE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.8%

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

R = 46.72%
G = 4.8%
B = 48.47%

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

#D616DE (or 0xD616DE) is known color: Deep Magenta. HEX triplet: D6, 16 and DE. RGB value is (214,22,222). Sum of RGB (Red+Green+Blue) = 214+22+222=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #D616DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616DE is #29E921. Grayscale: #656565. Windows color (decimal): -2746658 or 14554838. OLE color: 14554838.

HSL color Cylindrical-coordinate representation of color #D616DE: hue angle of 297.6º degrees, saturation: 0.82, 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 #D616DE is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 22 222 -
CMYK 0.04 0.90 0 0.13
HSL 297.6º 0.82% 0.48% -
HSV(B) 297.6º 0.9% 0.87% -
XYZ 41.2 20.14 70.82 -
YUV 102.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 214 22 222 0.04 0.90 0 0.13 297.6 0.82 0.48
Hex D6 16 DE 4 5A 0 D 12A 52 30
Octal 326 26 336 4 132 0 15 452 122 60
Binary 11010110 10110 11011110 100 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D616DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616DE

Black with #D616DE

Text Example


Text Example

White with #D616DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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