Html Css Color HEX #D502B1 Deep Magenta

📋 copy color: '#D502B1'

red 213 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #D502B1

Tints of Deep Magenta #D502B1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 54.34%
G = 0.51%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D502B1 (or 0xD502B1) is known color: Deep Magenta. HEX triplet: D5, 02 and B1. RGB value is (213,2,177). Sum of RGB (Red+Green+Blue) = 213+2+177=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D502B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502B1 is #2AFD4E. Grayscale: #545454. Windows color (decimal): -2817359 or 11600597. OLE color: 11600597.

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

Color convert

RGB 213 2 177 -
CMYK 0 0.99 0.17 0.16
HSL 310.24º 0.98% 0.42% -
HSV(B) 310.24º 0.99% 0.84% -
XYZ 35.4 17.36 43.08 -
YUV 85.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 213 2 177 0 0.99 0.17 0.16 310.24 0.98 0.42
Hex D5 2 B1 0 63 11 10 136 62 2A
Octal 325 2 261 0 143 21 20 466 142 52
Binary 11010101 10 10110001 0 1100011 10001 10000 100110110 1100010 101010

Color Harmonies of #D502B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502B1

Black with #D502B1

Text Example


Text Example

White with #D502B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502B1; }

 p { color: rgb(213,2,177); }

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

background-color css

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

 a { background-color: rgb(213,2,177); }

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

border-color css

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

 span { border-color: rgb(213,2,177); }

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