Html Css Color HEX #D01DAF Deep Magenta

📋 copy color: '#D01DAF'

red 208 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #D01DAF

Tints of Deep Magenta #D01DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 50.49%
G = 7.04%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D01DAF (or 0xD01DAF) is known color: Deep Magenta. HEX triplet: D0, 1D and AF. RGB value is (208,29,175). Sum of RGB (Red+Green+Blue) = 208+29+175=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01DAF is #2FE250. Grayscale: #626262. Windows color (decimal): -3138129 or 11476432. OLE color: 11476432.

HSL color Cylindrical-coordinate representation of color #D01DAF: hue angle of 311.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01DAF is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 175 -
CMYK 0 0.86 0.16 0.18
HSL 311.06º 0.76% 0.46% -
HSV(B) 311.06º 0.86% 0.82% -
XYZ 34.19 17.38 42.11 -
YUV 99.17 170.8 205.63 -
System Red Green Blue C M Y K H S L
Decimal 208 29 175 0 0.86 0.16 0.18 311.06 0.76 0.46
Hex D0 1D AF 0 56 10 12 137 4C 2E
Octal 320 35 257 0 126 20 22 467 114 56
Binary 11010000 11101 10101111 0 1010110 10000 10010 100110111 1001100 101110

Color Harmonies of #D01DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DAF

Black with #D01DAF

Text Example


Text Example

White with #D01DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DAF; }

 p { color: rgb(208,29,175); }

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

background-color css

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

 a { background-color: rgb(208,29,175); }

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

border-color css

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

 span { border-color: rgb(208,29,175); }

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