Html Css Color HEX #D40FBB Deep Magenta

📋 copy color: '#D40FBB'

red 212 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #D40FBB

Tints of Deep Magenta #D40FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 51.21%
G = 3.62%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D40FBB (or 0xD40FBB) is known color: Deep Magenta. HEX triplet: D4, 0F and BB. RGB value is (212,15,187). Sum of RGB (Red+Green+Blue) = 212+15+187=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FBB is #2BF044. Grayscale: #5D5D5D. Windows color (decimal): -2879557 or 12259284. OLE color: 12259284.

HSL color Cylindrical-coordinate representation of color #D40FBB: hue angle of 307.61º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FBB is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 187 -
CMYK 0 0.93 0.12 0.17
HSL 307.61º 0.87% 0.45% -
HSV(B) 307.61º 0.93% 0.83% -
XYZ 36.29 17.93 48.56 -
YUV 93.51 180.77 212.51 -
System Red Green Blue C M Y K H S L
Decimal 212 15 187 0 0.93 0.12 0.17 307.61 0.87 0.45
Hex D4 F BB 0 5D C 11 134 57 2D
Octal 324 17 273 0 135 14 21 464 127 55
Binary 11010100 1111 10111011 0 1011101 1100 10001 100110100 1010111 101101

Color Harmonies of #D40FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FBB

Black with #D40FBB

Text Example


Text Example

White with #D40FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FBB; }

 p { color: rgb(212,15,187); }

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

background-color css

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

 a { background-color: rgb(212,15,187); }

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

border-color css

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

 span { border-color: rgb(212,15,187); }

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