Html Css Color HEX #D01DBF Deep Magenta

📋 copy color: '#D01DBF'

red 208 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #D01DBF

Tints of Deep Magenta #D01DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 48.6%
G = 6.78%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D01DBF (or 0xD01DBF) is known color: Deep Magenta. HEX triplet: D0, 1D and BF. RGB value is (208,29,191). Sum of RGB (Red+Green+Blue) = 208+29+191=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DBF is #2FE240. Grayscale: #646464. Windows color (decimal): -3138113 or 12525008. OLE color: 12525008.

HSL color Cylindrical-coordinate representation of color #D01DBF: hue angle of 305.7º 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 #D01DBF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 191 -
CMYK 0 0.86 0.08 0.18
HSL 305.7º 0.76% 0.46% -
HSV(B) 305.7º 0.86% 0.82% -
XYZ 35.86 18.05 50.88 -
YUV 100.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 208 29 191 0 0.86 0.08 0.18 305.7 0.76 0.46
Hex D0 1D BF 0 56 8 12 132 4C 2E
Octal 320 35 277 0 126 10 22 462 114 56
Binary 11010000 11101 10111111 0 1010110 1000 10010 100110010 1001100 101110

Color Harmonies of #D01DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DBF

Black with #D01DBF

Text Example


Text Example

White with #D01DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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