Html Css Color HEX #D617DD Deep Magenta

📋 copy color: '#D617DD'

red 214 ◦ green 23 ◦ blue 221

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

Shades of Deep Magenta #D617DD

Tints of Deep Magenta #D617DD

RGB

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

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

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

R = 46.72%
G = 5.02%
B = 48.25%

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

#D617DD (or 0xD617DD) is known color: Deep Magenta. HEX triplet: D6, 17 and DD. RGB value is (214,23,221). Sum of RGB (Red+Green+Blue) = 214+23+221=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #D617DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617DD is #29E822. Grayscale: #666666. Windows color (decimal): -2746403 or 14489558. OLE color: 14489558.

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

Color convert

RGB 214 23 221 -
CMYK 0.03 0.90 0 0.13
HSL 297.88º 0.81% 0.48% -
HSV(B) 297.88º 0.9% 0.87% -
XYZ 41.09 20.13 70.13 -
YUV 102.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 214 23 221 0.03 0.90 0 0.13 297.88 0.81 0.48
Hex D6 17 DD 3 5A 0 D 12A 51 30
Octal 326 27 335 3 132 0 15 452 121 60
Binary 11010110 10111 11011101 11 1011010 0 1101 100101010 1010001 110000

Color Harmonies of #D617DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617DD

Black with #D617DD

Text Example


Text Example

White with #D617DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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