Html Css Color HEX #D010DA Deep Magenta

📋 copy color: '#D010DA'

red 208 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #D010DA

Tints of Deep Magenta #D010DA

RGB

 RED value IS 208 (81.64% from 255) = 47.06%

 GREEN value IS 16 (6.64% from 255) = 3.62%

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

R = 47.06%
G = 3.62%
B = 49.32%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D010DA (or 0xD010DA) is known color: Deep Magenta. HEX triplet: D0, 10 and DA. RGB value is (208,16,218). Sum of RGB (Red+Green+Blue) = 208+16+218=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #D010DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010DA is #2FEF25. Grayscale: #5F5F5F. Windows color (decimal): -3141414 or 14291152. OLE color: 14291152.

HSL color Cylindrical-coordinate representation of color #D010DA: hue angle of 297.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010DA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 16 218 -
CMYK 0.05 0.93 0 0.15
HSL 297.03º 0.86% 0.46% -
HSV(B) 297.03º 0.93% 0.85% -
XYZ 38.85 18.84 67.92 -
YUV 96.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 208 16 218 0.05 0.93 0 0.15 297.03 0.86 0.46
Hex D0 10 DA 5 5D 0 F 129 56 2E
Octal 320 20 332 5 135 0 17 451 126 56
Binary 11010000 10000 11011010 101 1011101 0 1111 100101001 1010110 101110

Color Harmonies of #D010DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010DA

Black with #D010DA

Text Example


Text Example

White with #D010DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010DA; }

 p { color: rgb(208,16,218); }

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

background-color css

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

 a { background-color: rgb(208,16,218); }

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

border-color css

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

 span { border-color: rgb(208,16,218); }

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