Html Css Color HEX #D618D1 Deep Magenta

📋 copy color: '#D618D1'

red 214 ◦ green 24 ◦ blue 209

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

Shades of Deep Magenta #D618D1

Tints of Deep Magenta #D618D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 47.87%
G = 5.37%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D618D1 (or 0xD618D1) is known color: Deep Magenta. HEX triplet: D6, 18 and D1. RGB value is (214,24,209). Sum of RGB (Red+Green+Blue) = 214+24+209=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D618D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618D1 is #29E72E. Grayscale: #656565. Windows color (decimal): -2746159 or 13703382. OLE color: 13703382.

HSL color Cylindrical-coordinate representation of color #D618D1: hue angle of 301.58º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618D1 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 209 -
CMYK 0 0.89 0.02 0.16
HSL 301.58º 0.8% 0.47% -
HSV(B) 301.58º 0.89% 0.84% -
XYZ 39.57 19.55 62.01 -
YUV 101.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 214 24 209 0 0.89 0.02 0.16 301.58 0.8 0.47
Hex D6 18 D1 0 59 2 10 12E 50 2F
Octal 326 30 321 0 131 2 20 456 120 57
Binary 11010110 11000 11010001 0 1011001 10 10000 100101110 1010000 101111

Color Harmonies of #D618D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618D1

Black with #D618D1

Text Example


Text Example

White with #D618D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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