Html Css Color HEX #D501B9 Deep Magenta

📋 copy color: '#D501B9'

red 213 ◦ green 1 ◦ blue 185

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

Shades of Deep Magenta #D501B9

Tints of Deep Magenta #D501B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 53.38%
G = 0.25%
B = 46.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D501B9 (or 0xD501B9) is known color: Deep Magenta. HEX triplet: D5, 01 and B9. RGB value is (213,1,185). Sum of RGB (Red+Green+Blue) = 213+1+185=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D501B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501B9 is #2AFE46. Grayscale: #545454. Windows color (decimal): -2817607 or 12124629. OLE color: 12124629.

HSL color Cylindrical-coordinate representation of color #D501B9: hue angle of 307.92º 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 #D501B9 is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 185 -
CMYK 0 1.00 0.13 0.16
HSL 307.92º 0.99% 0.42% -
HSV(B) 307.92º 1% 0.84% -
XYZ 36.21 17.67 47.4 -
YUV 85.36 184.24 219.04 -
System Red Green Blue C M Y K H S L
Decimal 213 1 185 0 1.00 0.13 0.16 307.92 0.99 0.42
Hex D5 1 B9 0 64 D 10 134 63 2A
Octal 325 1 271 0 144 15 20 464 143 52
Binary 11010101 1 10111001 0 1100100 1101 10000 100110100 1100011 101010

Color Harmonies of #D501B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501B9

Black with #D501B9

Text Example


Text Example

White with #D501B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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