Html Css Color HEX #D01ADF Deep Magenta

📋 copy color: '#D01ADF'

red 208 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #D01ADF

Tints of Deep Magenta #D01ADF

RGB

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

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

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

R = 45.51%
G = 5.69%
B = 48.8%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01ADF (or 0xD01ADF) is known color: Deep Magenta. HEX triplet: D0, 1A and DF. RGB value is (208,26,223). Sum of RGB (Red+Green+Blue) = 208+26+223=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #D01ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ADF is #2FE520. Grayscale: #666666. Windows color (decimal): -3138849 or 14621392. OLE color: 14621392.

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

Color convert

RGB 208 26 223 -
CMYK 0.07 0.88 0 0.13
HSL 295.43º 0.79% 0.49% -
HSV(B) 295.43º 0.88% 0.87% -
XYZ 39.7 19.48 71.48 -
YUV 102.88 195.8 202.98 -
System Red Green Blue C M Y K H S L
Decimal 208 26 223 0.07 0.88 0 0.13 295.43 0.79 0.49
Hex D0 1A DF 7 58 0 D 127 4F 31
Octal 320 32 337 7 130 0 15 447 117 61
Binary 11010000 11010 11011111 111 1011000 0 1101 100100111 1001111 110001

Color Harmonies of #D01ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ADF

Black with #D01ADF

Text Example


Text Example

White with #D01ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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