Html Css Color HEX #D10BDD Deep Magenta

📋 copy color: '#D10BDD'

red 209 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #D10BDD

Tints of Deep Magenta #D10BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 47.39%
G = 2.49%
B = 50.11%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D10BDD (or 0xD10BDD) is known color: Deep Magenta. HEX triplet: D1, 0B and DD. RGB value is (209,11,221). Sum of RGB (Red+Green+Blue) = 209+11+221=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #D10BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BDD is #2EF422. Grayscale: #5D5D5D. Windows color (decimal): -3077155 or 14486481. OLE color: 14486481.

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

Color convert

RGB 209 11 221 -
CMYK 0.05 0.95 0 0.13
HSL 296.57º 0.91% 0.45% -
HSV(B) 296.57º 0.95% 0.87% -
XYZ 39.47 19.02 70 -
YUV 94.14 199.6 209.92 -
System Red Green Blue C M Y K H S L
Decimal 209 11 221 0.05 0.95 0 0.13 296.57 0.91 0.45
Hex D1 B DD 5 5F 0 D 129 5B 2D
Octal 321 13 335 5 137 0 15 451 133 55
Binary 11010001 1011 11011101 101 1011111 0 1101 100101001 1011011 101101

Color Harmonies of #D10BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BDD

Black with #D10BDD

Text Example


Text Example

White with #D10BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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