Html Css Color HEX #D616DD Deep Magenta

📋 copy color: '#D616DD'

red 214 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #D616DD

Tints of Deep Magenta #D616DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 46.83%
G = 4.81%
B = 48.36%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D616DD (or 0xD616DD) is known color: Deep Magenta. HEX triplet: D6, 16 and DD. RGB value is (214,22,221). Sum of RGB (Red+Green+Blue) = 214+22+221=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D616DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616DD is #29E922. Grayscale: #656565. Windows color (decimal): -2746659 or 14489302. OLE color: 14489302.

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

Color convert

RGB 214 22 221 -
CMYK 0.03 0.90 0 0.13
HSL 297.89º 0.82% 0.48% -
HSV(B) 297.89º 0.9% 0.87% -
XYZ 41.07 20.09 70.12 -
YUV 102.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 214 22 221 0.03 0.90 0 0.13 297.89 0.82 0.48
Hex D6 16 DD 3 5A 0 D 12A 52 30
Octal 326 26 335 3 132 0 15 452 122 60
Binary 11010110 10110 11011101 11 1011010 0 1101 100101010 1010010 110000

Color Harmonies of #D616DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616DD

Black with #D616DD

Text Example


Text Example

White with #D616DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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