Html Css Color HEX #D400BB Deep Magenta

📋 copy color: '#D400BB'

red 212 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D400BB

Tints of Deep Magenta #D400BB

RGB

 RED value IS 212 (83.2% from 255) = 53.13%

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

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

R = 53.13%
G = 0%
B = 46.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D400BB (or 0xD400BB) is known color: Deep Magenta. HEX triplet: D4, 00 and BB. RGB value is (212,0,187). Sum of RGB (Red+Green+Blue) = 212+0+187=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D400BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400BB is #2BFF44. Grayscale: #545454. Windows color (decimal): -2883397 or 12255444. OLE color: 12255444.

HSL color Cylindrical-coordinate representation of color #D400BB: hue angle of 307.08º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400BB is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 187 -
CMYK 0 1 0.12 0.17
HSL 307.08º 1% 0.42% -
HSV(B) 307.08º 1% 0.83% -
XYZ 36.12 17.58 48.5 -
YUV 84.71 185.74 218.79 -
System Red Green Blue C M Y K H S L
Decimal 212 0 187 0 1 0.12 0.17 307.08 1 0.42
Hex D4 0 BB 0 64 C 11 133 64 2A
Octal 324 0 273 0 144 14 21 463 144 52
Binary 11010100 0 10111011 0 1100100 1100 10001 100110011 1100100 101010

Color Harmonies of #D400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400BB

Black with #D400BB

Text Example


Text Example

White with #D400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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