Html Css Color HEX #D501B5 Deep Magenta

📋 copy color: '#D501B5'

red 213 ◦ green 1 ◦ blue 181

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

Shades of Deep Magenta #D501B5

Tints of Deep Magenta #D501B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 53.92%
G = 0.25%
B = 45.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D501B5 (or 0xD501B5) is known color: Deep Magenta. HEX triplet: D5, 01 and B5. RGB value is (213,1,181). Sum of RGB (Red+Green+Blue) = 213+1+181=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D501B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501B5 is #2AFE4A. Grayscale: #545454. Windows color (decimal): -2817611 or 11862485. OLE color: 11862485.

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

Color convert

RGB 213 1 181 -
CMYK 0 1.00 0.15 0.16
HSL 309.06º 0.99% 0.42% -
HSV(B) 309.06º 1% 0.84% -
XYZ 35.79 17.5 45.21 -
YUV 84.91 182.24 219.36 -
System Red Green Blue C M Y K H S L
Decimal 213 1 181 0 1.00 0.15 0.16 309.06 0.99 0.42
Hex D5 1 B5 0 64 F 10 135 63 2A
Octal 325 1 265 0 144 17 20 465 143 52
Binary 11010101 1 10110101 0 1100100 1111 10000 100110101 1100011 101010

Color Harmonies of #D501B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501B5

Black with #D501B5

Text Example


Text Example

White with #D501B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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