Html Css Color HEX #D500B7 Deep Magenta

📋 copy color: '#D500B7'

red 213 ◦ green 0 ◦ blue 183

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

Shades of Deep Magenta #D500B7

Tints of Deep Magenta #D500B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.21%

R = 53.79%
G = 0%
B = 46.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D500B7 (or 0xD500B7) is known color: Deep Magenta. HEX triplet: D5, 00 and B7. RGB value is (213,0,183). Sum of RGB (Red+Green+Blue) = 213+0+183=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D500B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500B7 is #2AFF48. Grayscale: #545454. Windows color (decimal): -2817865 or 11993301. OLE color: 11993301.

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

Color convert

RGB 213 0 183 -
CMYK 0 1 0.14 0.16
HSL 308.45º 1% 0.42% -
HSV(B) 308.45º 1% 0.84% -
XYZ 35.99 17.57 46.29 -
YUV 84.55 183.57 219.62 -
System Red Green Blue C M Y K H S L
Decimal 213 0 183 0 1 0.14 0.16 308.45 1 0.42
Hex D5 0 B7 0 64 E 10 134 64 2A
Octal 325 0 267 0 144 16 20 464 144 52
Binary 11010101 0 10110111 0 1100100 1110 10000 100110100 1100100 101010

Color Harmonies of #D500B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500B7

Black with #D500B7

Text Example


Text Example

White with #D500B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500B7; }

 p { color: rgb(213,0,183); }

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

background-color css

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

 a { background-color: rgb(213,0,183); }

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

border-color css

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

 span { border-color: rgb(213,0,183); }

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