Html Css Color HEX #D018DE Deep Magenta

📋 copy color: '#D018DE'

red 208 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #D018DE

Tints of Deep Magenta #D018DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 45.81%
G = 5.29%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D018DE (or 0xD018DE) is known color: Deep Magenta. HEX triplet: D0, 18 and DE. RGB value is (208,24,222). Sum of RGB (Red+Green+Blue) = 208+24+222=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #D018DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018DE is #2FE721. Grayscale: #646464. Windows color (decimal): -3139362 or 14555344. OLE color: 14555344.

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

Color convert

RGB 208 24 222 -
CMYK 0.06 0.89 0 0.13
HSL 295.76º 0.8% 0.48% -
HSV(B) 295.76º 0.89% 0.87% -
XYZ 39.52 19.34 70.76 -
YUV 101.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 208 24 222 0.06 0.89 0 0.13 295.76 0.8 0.48
Hex D0 18 DE 6 59 0 D 128 50 30
Octal 320 30 336 6 131 0 15 450 120 60
Binary 11010000 11000 11011110 110 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #D018DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018DE

Black with #D018DE

Text Example


Text Example

White with #D018DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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