Html Css Color HEX #D018DF Deep Magenta

📋 copy color: '#D018DF'

red 208 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #D018DF

Tints of Deep Magenta #D018DF

RGB

 RED value IS 208 (81.64% from 255) = 45.71%

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

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

R = 45.71%
G = 5.27%
B = 49.01%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D018DF (or 0xD018DF) is known color: Deep Magenta. HEX triplet: D0, 18 and DF. RGB value is (208,24,223). Sum of RGB (Red+Green+Blue) = 208+24+223=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #D018DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018DF is #2FE720. Grayscale: #656565. Windows color (decimal): -3139361 or 14620880. OLE color: 14620880.

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

Color convert

RGB 208 24 223 -
CMYK 0.07 0.89 0 0.13
HSL 295.48º 0.81% 0.48% -
HSV(B) 295.48º 0.89% 0.87% -
XYZ 39.66 19.39 71.46 -
YUV 101.7 196.46 203.82 -
System Red Green Blue C M Y K H S L
Decimal 208 24 223 0.07 0.89 0 0.13 295.48 0.81 0.48
Hex D0 18 DF 7 59 0 D 127 51 30
Octal 320 30 337 7 131 0 15 447 121 60
Binary 11010000 11000 11011111 111 1011001 0 1101 100100111 1010001 110000

Color Harmonies of #D018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018DF

Black with #D018DF

Text Example


Text Example

White with #D018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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