Html Css Color HEX #D501BB Deep Magenta

📋 copy color: '#D501BB'

red 213 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #D501BB

Tints of Deep Magenta #D501BB

RGB

 RED value IS 213 (83.59% from 255) = 53.12%

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

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

R = 53.12%
G = 0.25%
B = 46.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D501BB (or 0xD501BB) is known color: Deep Magenta. HEX triplet: D5, 01 and BB. RGB value is (213,1,187). Sum of RGB (Red+Green+Blue) = 213+1+187=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D501BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501BB is #2AFE44. Grayscale: #555555. Windows color (decimal): -2817605 or 12255701. OLE color: 12255701.

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

Color convert

RGB 213 1 187 -
CMYK 0 1.00 0.12 0.16
HSL 307.36º 0.99% 0.42% -
HSV(B) 307.36º 1% 0.84% -
XYZ 36.42 17.76 48.52 -
YUV 85.59 185.24 218.88 -
System Red Green Blue C M Y K H S L
Decimal 213 1 187 0 1.00 0.12 0.16 307.36 0.99 0.42
Hex D5 1 BB 0 64 C 10 133 63 2A
Octal 325 1 273 0 144 14 20 463 143 52
Binary 11010101 1 10111011 0 1100100 1100 10000 100110011 1100011 101010

Color Harmonies of #D501BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501BB

Black with #D501BB

Text Example


Text Example

White with #D501BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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