Html Css Color HEX #D01ADE Deep Magenta

📋 copy color: '#D01ADE'

red 208 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D01ADE

Tints of Deep Magenta #D01ADE

RGB

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

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

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

R = 45.61%
G = 5.7%
B = 48.68%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01ADE (or 0xD01ADE) is known color: Deep Magenta. HEX triplet: D0, 1A and DE. RGB value is (208,26,222). Sum of RGB (Red+Green+Blue) = 208+26+222=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #D01ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ADE is #2FE521. Grayscale: #666666. Windows color (decimal): -3138850 or 14555856. OLE color: 14555856.

HSL color Cylindrical-coordinate representation of color #D01ADE: hue angle of 295.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01ADE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 26 222 -
CMYK 0.06 0.88 0 0.13
HSL 295.71º 0.79% 0.49% -
HSV(B) 295.71º 0.88% 0.87% -
XYZ 39.57 19.42 70.77 -
YUV 102.76 195.3 203.06 -
System Red Green Blue C M Y K H S L
Decimal 208 26 222 0.06 0.88 0 0.13 295.71 0.79 0.49
Hex D0 1A DE 6 58 0 D 128 4F 31
Octal 320 32 336 6 130 0 15 450 117 61
Binary 11010000 11010 11011110 110 1011000 0 1101 100101000 1001111 110001

Color Harmonies of #D01ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ADE

Black with #D01ADE

Text Example


Text Example

White with #D01ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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