Html Css Color HEX #DF10C8 Deep Magenta

📋 copy color: '#DF10C8'

red 223 ◦ green 16 ◦ blue 200

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

Shades of Deep Magenta #DF10C8

Tints of Deep Magenta #DF10C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 50.8%
G = 3.64%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF10C8 (or 0xDF10C8) is known color: Deep Magenta. HEX triplet: DF, 10 and C8. RGB value is (223,16,200). Sum of RGB (Red+Green+Blue) = 223+16+200=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10C8 is #20EF37. Grayscale: #626262. Windows color (decimal): -2158392 or 13111519. OLE color: 13111519.

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

Color convert

RGB 223 16 200 -
CMYK 0 0.93 0.10 0.13
HSL 306.67º 0.87% 0.47% -
HSV(B) 306.67º 0.93% 0.87% -
XYZ 41.04 20.23 56.38 -
YUV 98.87 185.08 216.54 -
System Red Green Blue C M Y K H S L
Decimal 223 16 200 0 0.93 0.10 0.13 306.67 0.87 0.47
Hex DF 10 C8 0 5D A D 133 57 2F
Octal 337 20 310 0 135 12 15 463 127 57
Binary 11011111 10000 11001000 0 1011101 1010 1101 100110011 1010111 101111

Color Harmonies of #DF10C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10C8

Black with #DF10C8

Text Example


Text Example

White with #DF10C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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