Html Css Color HEX #D01DBB Deep Magenta

📋 copy color: '#D01DBB'

red 208 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #D01DBB

Tints of Deep Magenta #D01DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 49.06%
G = 6.84%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D01DBB (or 0xD01DBB) is known color: Deep Magenta. HEX triplet: D0, 1D and BB. RGB value is (208,29,187). Sum of RGB (Red+Green+Blue) = 208+29+187=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DBB is #2FE244. Grayscale: #646464. Windows color (decimal): -3138117 or 12262864. OLE color: 12262864.

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

Color convert

RGB 208 29 187 -
CMYK 0 0.86 0.10 0.18
HSL 307.04º 0.76% 0.46% -
HSV(B) 307.04º 0.86% 0.82% -
XYZ 35.42 17.88 48.6 -
YUV 100.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 208 29 187 0 0.86 0.10 0.18 307.04 0.76 0.46
Hex D0 1D BB 0 56 A 12 133 4C 2E
Octal 320 35 273 0 126 12 22 463 114 56
Binary 11010000 11101 10111011 0 1010110 1010 10010 100110011 1001100 101110

Color Harmonies of #D01DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01DBB

Black with #D01DBB

Text Example


Text Example

White with #D01DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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