Html Css Color HEX #D900BB Deep Magenta

📋 copy color: '#D900BB'

red 217 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D900BB

Tints of Deep Magenta #D900BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.71%
G = 0%
B = 46.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D900BB (or 0xD900BB) is known color: Deep Magenta. HEX triplet: D9, 00 and BB. RGB value is (217,0,187). Sum of RGB (Red+Green+Blue) = 217+0+187=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D900BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900BB is #26FF44. Grayscale: #555555. Windows color (decimal): -2555717 or 12255449. OLE color: 12255449.

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

Color convert

RGB 217 0 187 -
CMYK 0 1 0.14 0.15
HSL 308.29º 1% 0.43% -
HSV(B) 308.29º 1% 0.85% -
XYZ 37.58 18.34 48.57 -
YUV 86.2 184.89 221.29 -
System Red Green Blue C M Y K H S L
Decimal 217 0 187 0 1 0.14 0.15 308.29 1 0.43
Hex D9 0 BB 0 64 E F 134 64 2B
Octal 331 0 273 0 144 16 17 464 144 53
Binary 11011001 0 10111011 0 1100100 1110 1111 100110100 1100100 101011

Color Harmonies of #D900BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900BB

Black with #D900BB

Text Example


Text Example

White with #D900BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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