Html Css Color HEX #D618DD Deep Magenta

📋 copy color: '#D618DD'

red 214 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #D618DD

Tints of Deep Magenta #D618DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.23%

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

R = 46.62%
G = 5.23%
B = 48.15%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D618DD (or 0xD618DD) is known color: Deep Magenta. HEX triplet: D6, 18 and DD. RGB value is (214,24,221). Sum of RGB (Red+Green+Blue) = 214+24+221=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #D618DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618DD is #29E722. Grayscale: #666666. Windows color (decimal): -2746147 or 14489814. OLE color: 14489814.

HSL color Cylindrical-coordinate representation of color #D618DD: hue angle of 297.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618DD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 24 221 -
CMYK 0.03 0.89 0 0.13
HSL 297.87º 0.8% 0.48% -
HSV(B) 297.87º 0.89% 0.87% -
XYZ 41.11 20.17 70.13 -
YUV 103.27 194.45 206.98 -
System Red Green Blue C M Y K H S L
Decimal 214 24 221 0.03 0.89 0 0.13 297.87 0.8 0.48
Hex D6 18 DD 3 59 0 D 12A 50 30
Octal 326 30 335 3 131 0 15 452 120 60
Binary 11010110 11000 11011101 11 1011001 0 1101 100101010 1010000 110000

Color Harmonies of #D618DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618DD

Black with #D618DD

Text Example


Text Example

White with #D618DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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