Html Css Color HEX #D10BDA Deep Magenta

📋 copy color: '#D10BDA'

red 209 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #D10BDA

Tints of Deep Magenta #D10BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 47.72%
G = 2.51%
B = 49.77%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D10BDA (or 0xD10BDA) is known color: Deep Magenta. HEX triplet: D1, 0B and DA. RGB value is (209,11,218). Sum of RGB (Red+Green+Blue) = 209+11+218=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #D10BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BDA is #2EF425. Grayscale: #5D5D5D. Windows color (decimal): -3077158 or 14289873. OLE color: 14289873.

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

Color convert

RGB 209 11 218 -
CMYK 0.04 0.95 0 0.15
HSL 297.39º 0.9% 0.45% -
HSV(B) 297.39º 0.95% 0.85% -
XYZ 39.07 18.86 67.91 -
YUV 93.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 209 11 218 0.04 0.95 0 0.15 297.39 0.9 0.45
Hex D1 B DA 4 5F 0 F 129 5A 2D
Octal 321 13 332 4 137 0 17 451 132 55
Binary 11010001 1011 11011010 100 1011111 0 1111 100101001 1011010 101101

Color Harmonies of #D10BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BDA

Black with #D10BDA

Text Example


Text Example

White with #D10BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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