Html Css Color HEX #D600BB Deep Magenta

📋 copy color: '#D600BB'

red 214 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D600BB

Tints of Deep Magenta #D600BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.37%
G = 0%
B = 46.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D600BB (or 0xD600BB) is known color: Deep Magenta. HEX triplet: D6, 00 and BB. RGB value is (214,0,187). Sum of RGB (Red+Green+Blue) = 214+0+187=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D600BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D600BB is #29FF44. Grayscale: #545454. Windows color (decimal): -2752325 or 12255446. OLE color: 12255446.

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

Color convert

RGB 214 0 187 -
CMYK 0 1 0.13 0.16
HSL 307.57º 1% 0.42% -
HSV(B) 307.57º 1% 0.84% -
XYZ 36.7 17.88 48.53 -
YUV 85.3 185.4 219.79 -
System Red Green Blue C M Y K H S L
Decimal 214 0 187 0 1 0.13 0.16 307.57 1 0.42
Hex D6 0 BB 0 64 D 10 134 64 2A
Octal 326 0 273 0 144 15 20 464 144 52
Binary 11010110 0 10111011 0 1100100 1101 10000 100110100 1100100 101010

Color Harmonies of #D600BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600BB

Black with #D600BB

Text Example


Text Example

White with #D600BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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