Html Css Color HEX #DF10D3 Deep Magenta

📋 copy color: '#DF10D3'

red 223 ◦ green 16 ◦ blue 211

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

Shades of Deep Magenta #DF10D3

Tints of Deep Magenta #DF10D3

RGB

 RED value IS 223 (87.5% from 255) = 49.56%

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

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 49.56%
G = 3.56%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF10D3 (or 0xDF10D3) is known color: Deep Magenta. HEX triplet: DF, 10 and D3. RGB value is (223,16,211). Sum of RGB (Red+Green+Blue) = 223+16+211=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10D3 is #20EF2C. Grayscale: #636363. Windows color (decimal): -2158381 or 13832415. OLE color: 13832415.

HSL color Cylindrical-coordinate representation of color #DF10D3: hue angle of 303.48º 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 #DF10D3 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 211 -
CMYK 0 0.93 0.05 0.13
HSL 303.48º 0.87% 0.47% -
HSV(B) 303.48º 0.93% 0.87% -
XYZ 42.37 20.76 63.4 -
YUV 100.12 190.58 215.64 -
System Red Green Blue C M Y K H S L
Decimal 223 16 211 0 0.93 0.05 0.13 303.48 0.87 0.47
Hex DF 10 D3 0 5D 5 D 12F 57 2F
Octal 337 20 323 0 135 5 15 457 127 57
Binary 11011111 10000 11010011 0 1011101 101 1101 100101111 1010111 101111

Color Harmonies of #DF10D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10D3

Black with #DF10D3

Text Example


Text Example

White with #DF10D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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