Html Css Color HEX #D407BB Deep Magenta

📋 copy color: '#D407BB'

red 212 ◦ green 7 ◦ blue 187

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

Shades of Deep Magenta #D407BB

Tints of Deep Magenta #D407BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

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

R = 52.22%
G = 1.72%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D407BB (or 0xD407BB) is known color: Deep Magenta. HEX triplet: D4, 07 and BB. RGB value is (212,7,187). Sum of RGB (Red+Green+Blue) = 212+7+187=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D407BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407BB is #2BF844. Grayscale: #585858. Windows color (decimal): -2881605 or 12257236. OLE color: 12257236.

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

Color convert

RGB 212 7 187 -
CMYK 0 0.97 0.12 0.17
HSL 307.32º 0.94% 0.43% -
HSV(B) 307.32º 0.97% 0.83% -
XYZ 36.2 17.74 48.53 -
YUV 88.82 183.42 215.86 -
System Red Green Blue C M Y K H S L
Decimal 212 7 187 0 0.97 0.12 0.17 307.32 0.94 0.43
Hex D4 7 BB 0 61 C 11 133 5E 2B
Octal 324 7 273 0 141 14 21 463 136 53
Binary 11010100 111 10111011 0 1100001 1100 10001 100110011 1011110 101011

Color Harmonies of #D407BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D407BB

Black with #D407BB

Text Example


Text Example

White with #D407BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D407BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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