Html Css Color HEX #D618DF Deep Magenta

📋 copy color: '#D618DF'

red 214 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #D618DF

Tints of Deep Magenta #D618DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 46.42%
G = 5.21%
B = 48.37%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D618DF (or 0xD618DF) is known color: Deep Magenta. HEX triplet: D6, 18 and DF. RGB value is (214,24,223). Sum of RGB (Red+Green+Blue) = 214+24+223=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #D618DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D618DF is #29E720. Grayscale: #666666. Windows color (decimal): -2746145 or 14620886. OLE color: 14620886.

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

Color convert

RGB 214 24 223 -
CMYK 0.04 0.89 0 0.13
HSL 297.29º 0.81% 0.48% -
HSV(B) 297.29º 0.89% 0.87% -
XYZ 41.38 20.28 71.55 -
YUV 103.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 214 24 223 0.04 0.89 0 0.13 297.29 0.81 0.48
Hex D6 18 DF 4 59 0 D 129 51 30
Octal 326 30 337 4 131 0 15 451 121 60
Binary 11010110 11000 11011111 100 1011001 0 1101 100101001 1010001 110000

Color Harmonies of #D618DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618DF

Black with #D618DF

Text Example


Text Example

White with #D618DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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