Html Css Color HEX #D901BB Deep Magenta

📋 copy color: '#D901BB'

red 217 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #D901BB

Tints of Deep Magenta #D901BB

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

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

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

R = 53.58%
G = 0.25%
B = 46.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D901BB (or 0xD901BB) is known color: Deep Magenta. HEX triplet: D9, 01 and BB. RGB value is (217,1,187). Sum of RGB (Red+Green+Blue) = 217+1+187=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D901BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D901BB is #26FE44. Grayscale: #565656. Windows color (decimal): -2555461 or 12255705. OLE color: 12255705.

HSL color Cylindrical-coordinate representation of color #D901BB: hue angle of 308.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901BB is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 187 -
CMYK 0 1.00 0.14 0.15
HSL 308.33º 0.99% 0.43% -
HSV(B) 308.33º 1% 0.85% -
XYZ 37.6 18.36 48.58 -
YUV 86.79 184.56 220.88 -
System Red Green Blue C M Y K H S L
Decimal 217 1 187 0 1.00 0.14 0.15 308.33 0.99 0.43
Hex D9 1 BB 0 64 E F 134 63 2B
Octal 331 1 273 0 144 16 17 464 143 53
Binary 11011001 1 10111011 0 1100100 1110 1111 100110100 1100011 101011

Color Harmonies of #D901BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D901BB

Black with #D901BB

Text Example


Text Example

White with #D901BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D901BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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