Html Css Color HEX #D01DBE Deep Magenta

📋 copy color: '#D01DBE'

red 208 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #D01DBE

Tints of Deep Magenta #D01DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 48.71%
G = 6.79%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D01DBE (or 0xD01DBE) is known color: Deep Magenta. HEX triplet: D0, 1D and BE. RGB value is (208,29,190). Sum of RGB (Red+Green+Blue) = 208+29+190=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DBE is #2FE241. Grayscale: #646464. Windows color (decimal): -3138114 or 12459472. OLE color: 12459472.

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

Color convert

RGB 208 29 190 -
CMYK 0 0.86 0.09 0.18
HSL 306.03º 0.76% 0.46% -
HSV(B) 306.03º 0.86% 0.82% -
XYZ 35.75 18.01 50.31 -
YUV 100.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 208 29 190 0 0.86 0.09 0.18 306.03 0.76 0.46
Hex D0 1D BE 0 56 9 12 132 4C 2E
Octal 320 35 276 0 126 11 22 462 114 56
Binary 11010000 11101 10111110 0 1010110 1001 10010 100110010 1001100 101110

Color Harmonies of #D01DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DBE

Black with #D01DBE

Text Example


Text Example

White with #D01DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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