Html Css Color HEX #D403B0 Deep Magenta

📋 copy color: '#D403B0'

red 212 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #D403B0

Tints of Deep Magenta #D403B0

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 54.22%
G = 0.77%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D403B0 (or 0xD403B0) is known color: Deep Magenta. HEX triplet: D4, 03 and B0. RGB value is (212,3,176). Sum of RGB (Red+Green+Blue) = 212+3+176=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D403B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D403B0 is #2BFC4F. Grayscale: #545454. Windows color (decimal): -2882640 or 11535316. OLE color: 11535316.

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

Color convert

RGB 212 3 176 -
CMYK 0 0.99 0.17 0.17
HSL 310.33º 0.97% 0.42% -
HSV(B) 310.33º 0.99% 0.83% -
XYZ 35.02 17.2 42.55 -
YUV 85.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 212 3 176 0 0.99 0.17 0.17 310.33 0.97 0.42
Hex D4 3 B0 0 63 11 11 136 61 2A
Octal 324 3 260 0 143 21 21 466 141 52
Binary 11010100 11 10110000 0 1100011 10001 10001 100110110 1100001 101010

Color Harmonies of #D403B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D403B0

Black with #D403B0

Text Example


Text Example

White with #D403B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D403B0; }

 p { color: rgb(212,3,176); }

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

background-color css

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

 a { background-color: rgb(212,3,176); }

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

border-color css

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

 span { border-color: rgb(212,3,176); }

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