Html Css Color HEX #D018DD Deep Magenta

📋 copy color: '#D018DD'

red 208 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #D018DD

Tints of Deep Magenta #D018DD

RGB

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

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

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

R = 45.92%
G = 5.3%
B = 48.79%

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

#D018DD (or 0xD018DD) is known color: Deep Magenta. HEX triplet: D0, 18 and DD. RGB value is (208,24,221). Sum of RGB (Red+Green+Blue) = 208+24+221=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #D018DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D018DD is #2FE722. Grayscale: #646464. Windows color (decimal): -3139363 or 14489808. OLE color: 14489808.

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

Color convert

RGB 208 24 221 -
CMYK 0.06 0.89 0 0.13
HSL 296.04º 0.8% 0.48% -
HSV(B) 296.04º 0.89% 0.87% -
XYZ 39.39 19.28 70.05 -
YUV 101.47 195.46 203.98 -
System Red Green Blue C M Y K H S L
Decimal 208 24 221 0.06 0.89 0 0.13 296.04 0.8 0.48
Hex D0 18 DD 6 59 0 D 128 50 30
Octal 320 30 335 6 131 0 15 450 120 60
Binary 11010000 11000 11011101 110 1011001 0 1101 100101000 1010000 110000

Color Harmonies of #D018DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D018DD

Black with #D018DD

Text Example


Text Example

White with #D018DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D018DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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