Html Css Color HEX #D010DF Deep Magenta

📋 copy color: '#D010DF'

red 208 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #D010DF

Tints of Deep Magenta #D010DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 46.53%
G = 3.58%
B = 49.89%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D010DF (or 0xD010DF) is known color: Deep Magenta. HEX triplet: D0, 10 and DF. RGB value is (208,16,223). Sum of RGB (Red+Green+Blue) = 208+16+223=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D010DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010DF is #2FEF20. Grayscale: #606060. Windows color (decimal): -3141409 or 14618832. OLE color: 14618832.

HSL color Cylindrical-coordinate representation of color #D010DF: hue angle of 295.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D010DF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 16 223 -
CMYK 0.07 0.93 0 0.13
HSL 295.65º 0.87% 0.47% -
HSV(B) 295.65º 0.93% 0.87% -
XYZ 39.52 19.11 71.42 -
YUV 97.01 199.11 207.17 -
System Red Green Blue C M Y K H S L
Decimal 208 16 223 0.07 0.93 0 0.13 295.65 0.87 0.47
Hex D0 10 DF 7 5D 0 D 128 57 2F
Octal 320 20 337 7 135 0 15 450 127 57
Binary 11010000 10000 11011111 111 1011101 0 1101 100101000 1010111 101111

Color Harmonies of #D010DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010DF

Black with #D010DF

Text Example


Text Example

White with #D010DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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