Html Css Color HEX #D01ADC Deep Magenta

📋 copy color: '#D01ADC'

red 208 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #D01ADC

Tints of Deep Magenta #D01ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.73%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 45.81%
G = 5.73%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D01ADC (or 0xD01ADC) is known color: Deep Magenta. HEX triplet: D0, 1A and DC. RGB value is (208,26,220). Sum of RGB (Red+Green+Blue) = 208+26+220=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #D01ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ADC is #2FE523. Grayscale: #656565. Windows color (decimal): -3138852 or 14424784. OLE color: 14424784.

HSL color Cylindrical-coordinate representation of color #D01ADC: hue angle of 296.29º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ADC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 26 220 -
CMYK 0.05 0.88 0 0.14
HSL 296.29º 0.79% 0.48% -
HSV(B) 296.29º 0.88% 0.86% -
XYZ 39.3 19.32 69.37 -
YUV 102.53 194.3 203.23 -
System Red Green Blue C M Y K H S L
Decimal 208 26 220 0.05 0.88 0 0.14 296.29 0.79 0.48
Hex D0 1A DC 5 58 0 E 128 4F 30
Octal 320 32 334 5 130 0 16 450 117 60
Binary 11010000 11010 11011100 101 1011000 0 1110 100101000 1001111 110000

Color Harmonies of #D01ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ADC

Black with #D01ADC

Text Example


Text Example

White with #D01ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ADC; }

 p { color: rgb(208,26,220); }

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

background-color css

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

 a { background-color: rgb(208,26,220); }

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

border-color css

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

 span { border-color: rgb(208,26,220); }

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