Html Css Color HEX #D001BB Deep Magenta

📋 copy color: '#D001BB'

red 208 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #D001BB

Tints of Deep Magenta #D001BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 52.53%
G = 0.25%
B = 47.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D001BB (or 0xD001BB) is known color: Deep Magenta. HEX triplet: D0, 01 and BB. RGB value is (208,1,187). Sum of RGB (Red+Green+Blue) = 208+1+187=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D001BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001BB is #2FFE44. Grayscale: #535353. Windows color (decimal): -3145285 or 12255696. OLE color: 12255696.

HSL color Cylindrical-coordinate representation of color #D001BB: hue angle of 306.09º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001BB is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 187 -
CMYK 0 1.00 0.10 0.18
HSL 306.09º 0.99% 0.41% -
HSV(B) 306.09º 1% 0.82% -
XYZ 34.99 17.02 48.45 -
YUV 84.1 186.08 216.38 -
System Red Green Blue C M Y K H S L
Decimal 208 1 187 0 1.00 0.10 0.18 306.09 0.99 0.41
Hex D0 1 BB 0 64 A 12 132 63 29
Octal 320 1 273 0 144 12 22 462 143 51
Binary 11010000 1 10111011 0 1100100 1010 10010 100110010 1100011 101001

Color Harmonies of #D001BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001BB

Black with #D001BB

Text Example


Text Example

White with #D001BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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