Html Css Color HEX #D502B2 Deep Magenta

📋 copy color: '#D502B2'

red 213 ◦ green 2 ◦ blue 178

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

Shades of Deep Magenta #D502B2

Tints of Deep Magenta #D502B2

RGB

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

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

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

R = 54.2%
G = 0.51%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D502B2 (or 0xD502B2) is known color: Deep Magenta. HEX triplet: D5, 02 and B2. RGB value is (213,2,178). Sum of RGB (Red+Green+Blue) = 213+2+178=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D502B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502B2 is #2AFD4D. Grayscale: #545454. Windows color (decimal): -2817358 or 11666133. OLE color: 11666133.

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

Color convert

RGB 213 2 178 -
CMYK 0 0.99 0.16 0.16
HSL 309.95º 0.98% 0.42% -
HSV(B) 309.95º 0.99% 0.84% -
XYZ 35.5 17.4 43.61 -
YUV 85.15 180.4 219.19 -
System Red Green Blue C M Y K H S L
Decimal 213 2 178 0 0.99 0.16 0.16 309.95 0.98 0.42
Hex D5 2 B2 0 63 10 10 136 62 2A
Octal 325 2 262 0 143 20 20 466 142 52
Binary 11010101 10 10110010 0 1100011 10000 10000 100110110 1100010 101010

Color Harmonies of #D502B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502B2

Black with #D502B2

Text Example


Text Example

White with #D502B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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