Html Css Color HEX #D200BB Deep Magenta

📋 copy color: '#D200BB'

red 210 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #D200BB

Tints of Deep Magenta #D200BB

RGB

 RED value IS 210 (82.42% from 255) = 52.9%

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

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

R = 52.9%
G = 0%
B = 47.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D200BB (or 0xD200BB) is known color: Deep Magenta. HEX triplet: D2, 00 and BB. RGB value is (210,0,187). Sum of RGB (Red+Green+Blue) = 210+0+187=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D200BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200BB is #2DFF44. Grayscale: #535353. Windows color (decimal): -3014469 or 12255442. OLE color: 12255442.

HSL color Cylindrical-coordinate representation of color #D200BB: hue angle of 306.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200BB is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 187 -
CMYK 0 1 0.11 0.18
HSL 306.57º 1% 0.41% -
HSV(B) 306.57º 1% 0.82% -
XYZ 35.55 17.29 48.48 -
YUV 84.11 186.07 217.79 -
System Red Green Blue C M Y K H S L
Decimal 210 0 187 0 1 0.11 0.18 306.57 1 0.41
Hex D2 0 BB 0 64 B 12 133 64 29
Octal 322 0 273 0 144 13 22 463 144 51
Binary 11010010 0 10111011 0 1100100 1011 10010 100110011 1100100 101001

Color Harmonies of #D200BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200BB

Black with #D200BB

Text Example


Text Example

White with #D200BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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