Html Css Color HEX #D611BB Deep Magenta

📋 copy color: '#D611BB'

red 214 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #D611BB

Tints of Deep Magenta #D611BB

RGB

 RED value IS 214 (83.98% from 255) = 51.2%

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 51.2%
G = 4.07%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D611BB (or 0xD611BB) is known color: Deep Magenta. HEX triplet: D6, 11 and BB. RGB value is (214,17,187). Sum of RGB (Red+Green+Blue) = 214+17+187=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D611BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611BB is #29EE44. Grayscale: #5E5E5E. Windows color (decimal): -2747973 or 12259798. OLE color: 12259798.

HSL color Cylindrical-coordinate representation of color #D611BB: hue angle of 308.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D611BB is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 17 187 -
CMYK 0 0.92 0.13 0.16
HSL 308.22º 0.85% 0.45% -
HSV(B) 308.22º 0.92% 0.84% -
XYZ 36.9 18.28 48.6 -
YUV 95.28 179.77 212.68 -
System Red Green Blue C M Y K H S L
Decimal 214 17 187 0 0.92 0.13 0.16 308.22 0.85 0.45
Hex D6 11 BB 0 5C D 10 134 55 2D
Octal 326 21 273 0 134 15 20 464 125 55
Binary 11010110 10001 10111011 0 1011100 1101 10000 100110100 1010101 101101

Color Harmonies of #D611BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611BB

Black with #D611BB

Text Example


Text Example

White with #D611BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611BB; }

 p { color: rgb(214,17,187); }

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

background-color css

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

 a { background-color: rgb(214,17,187); }

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

border-color css

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

 span { border-color: rgb(214,17,187); }

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