Html Css Color HEX #DF10CF Deep Magenta

📋 copy color: '#DF10CF'

red 223 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #DF10CF

Tints of Deep Magenta #DF10CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 50%
G = 3.59%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF10CF (or 0xDF10CF) is known color: Deep Magenta. HEX triplet: DF, 10 and CF. RGB value is (223,16,207). Sum of RGB (Red+Green+Blue) = 223+16+207=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10CF is #20EF30. Grayscale: #636363. Windows color (decimal): -2158385 or 13570271. OLE color: 13570271.

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

Color convert

RGB 223 16 207 -
CMYK 0 0.93 0.07 0.13
HSL 304.64º 0.87% 0.47% -
HSV(B) 304.64º 0.93% 0.87% -
XYZ 41.88 20.56 60.79 -
YUV 99.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 223 16 207 0 0.93 0.07 0.13 304.64 0.87 0.47
Hex DF 10 CF 0 5D 7 D 131 57 2F
Octal 337 20 317 0 135 7 15 461 127 57
Binary 11011111 10000 11001111 0 1011101 111 1101 100110001 1010111 101111

Color Harmonies of #DF10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10CF

Black with #DF10CF

Text Example


Text Example

White with #DF10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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