Html Css Color HEX #D200B9 Deep Magenta

📋 copy color: '#D200B9'

red 210 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #D200B9

Tints of Deep Magenta #D200B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 53.16%
G = 0%
B = 46.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D200B9 (or 0xD200B9) is known color: Deep Magenta. HEX triplet: D2, 00 and B9. RGB value is (210,0,185). Sum of RGB (Red+Green+Blue) = 210+0+185=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D200B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200B9 is #2DFF46. Grayscale: #535353. Windows color (decimal): -3014471 or 12124370. OLE color: 12124370.

HSL color Cylindrical-coordinate representation of color #D200B9: hue angle of 307.14º 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 #D200B9 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 185 -
CMYK 0 1 0.12 0.18
HSL 307.14º 1% 0.41% -
HSV(B) 307.14º 1% 0.82% -
XYZ 35.34 17.2 47.36 -
YUV 83.88 185.07 217.96 -
System Red Green Blue C M Y K H S L
Decimal 210 0 185 0 1 0.12 0.18 307.14 1 0.41
Hex D2 0 B9 0 64 C 12 133 64 29
Octal 322 0 271 0 144 14 22 463 144 51
Binary 11010010 0 10111001 0 1100100 1100 10010 100110011 1100100 101001

Color Harmonies of #D200B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200B9

Black with #D200B9

Text Example


Text Example

White with #D200B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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