Html Css Color HEX #D501B2 Deep Magenta

📋 copy color: '#D501B2'

red 213 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #D501B2

Tints of Deep Magenta #D501B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 54.34%
G = 0.26%
B = 45.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D501B2 (or 0xD501B2) is known color: Deep Magenta. HEX triplet: D5, 01 and B2. RGB value is (213,1,178). Sum of RGB (Red+Green+Blue) = 213+1+178=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D501B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501B2 is #2AFE4D. Grayscale: #545454. Windows color (decimal): -2817614 or 11665877. OLE color: 11665877.

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

Color convert

RGB 213 1 178 -
CMYK 0 1.00 0.16 0.16
HSL 309.91º 0.99% 0.42% -
HSV(B) 309.91º 1% 0.84% -
XYZ 35.49 17.38 43.6 -
YUV 84.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 213 1 178 0 1.00 0.16 0.16 309.91 0.99 0.42
Hex D5 1 B2 0 64 10 10 136 63 2A
Octal 325 1 262 0 144 20 20 466 143 52
Binary 11010101 1 10110010 0 1100100 10000 10000 100110110 1100011 101010

Color Harmonies of #D501B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501B2

Black with #D501B2

Text Example


Text Example

White with #D501B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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