Html Css Color HEX #D10DBB Deep Magenta

📋 copy color: '#D10DBB'

red 209 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #D10DBB

Tints of Deep Magenta #D10DBB

RGB

 RED value IS 209 (82.03% from 255) = 51.1%

 GREEN value IS 13 (5.47% from 255) = 3.18%

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

R = 51.1%
G = 3.18%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D10DBB (or 0xD10DBB) is known color: Deep Magenta. HEX triplet: D1, 0D and BB. RGB value is (209,13,187). Sum of RGB (Red+Green+Blue) = 209+13+187=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D10DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10DBB is #2EF244. Grayscale: #5A5A5A. Windows color (decimal): -3076677 or 12258769. OLE color: 12258769.

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

Color convert

RGB 209 13 187 -
CMYK 0 0.94 0.11 0.18
HSL 306.73º 0.88% 0.44% -
HSV(B) 306.73º 0.94% 0.82% -
XYZ 35.41 17.43 48.51 -
YUV 91.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 209 13 187 0 0.94 0.11 0.18 306.73 0.88 0.44
Hex D1 D BB 0 5E B 12 133 58 2C
Octal 321 15 273 0 136 13 22 463 130 54
Binary 11010001 1101 10111011 0 1011110 1011 10010 100110011 1011000 101100

Color Harmonies of #D10DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DBB

Black with #D10DBB

Text Example


Text Example

White with #D10DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DBB; }

 p { color: rgb(209,13,187); }

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

background-color css

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

 a { background-color: rgb(209,13,187); }

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

border-color css

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

 span { border-color: rgb(209,13,187); }

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