Html Css Color HEX #D10BDB Deep Magenta

📋 copy color: '#D10BDB'

red 209 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #D10BDB

Tints of Deep Magenta #D10BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 47.61%
G = 2.51%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D10BDB (or 0xD10BDB) is known color: Deep Magenta. HEX triplet: D1, 0B and DB. RGB value is (209,11,219). Sum of RGB (Red+Green+Blue) = 209+11+219=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #D10BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BDB is #2EF424. Grayscale: #5D5D5D. Windows color (decimal): -3077157 or 14355409. OLE color: 14355409.

HSL color Cylindrical-coordinate representation of color #D10BDB: hue angle of 297.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BDB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 11 219 -
CMYK 0.05 0.95 0 0.14
HSL 297.12º 0.9% 0.45% -
HSV(B) 297.12º 0.95% 0.86% -
XYZ 39.2 18.91 68.6 -
YUV 93.91 198.6 210.09 -
System Red Green Blue C M Y K H S L
Decimal 209 11 219 0.05 0.95 0 0.14 297.12 0.9 0.45
Hex D1 B DB 5 5F 0 E 129 5A 2D
Octal 321 13 333 5 137 0 16 451 132 55
Binary 11010001 1011 11011011 101 1011111 0 1110 100101001 1011010 101101

Color Harmonies of #D10BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BDB

Black with #D10BDB

Text Example


Text Example

White with #D10BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BDB; }

 p { color: rgb(209,11,219); }

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

background-color css

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

 a { background-color: rgb(209,11,219); }

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

border-color css

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

 span { border-color: rgb(209,11,219); }

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