Html Css Color HEX #DF0FCF Deep Magenta

📋 copy color: '#DF0FCF'

red 223 ◦ green 15 ◦ blue 207

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

Shades of Deep Magenta #DF0FCF

Tints of Deep Magenta #DF0FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

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

R = 50.11%
G = 3.37%
B = 46.52%

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

#DF0FCF (or 0xDF0FCF) is known color: Deep Magenta. HEX triplet: DF, 0F and CF. RGB value is (223,15,207). Sum of RGB (Red+Green+Blue) = 223+15+207=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FCF is #20F030. Grayscale: #626262. Windows color (decimal): -2158641 or 13570015. OLE color: 13570015.

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

Color convert

RGB 223 15 207 -
CMYK 0 0.93 0.07 0.13
HSL 304.62º 0.87% 0.47% -
HSV(B) 304.62º 0.93% 0.87% -
XYZ 41.86 20.53 60.79 -
YUV 99.08 188.91 216.39 -
System Red Green Blue C M Y K H S L
Decimal 223 15 207 0 0.93 0.07 0.13 304.62 0.87 0.47
Hex DF F CF 0 5D 7 D 131 57 2F
Octal 337 17 317 0 135 7 15 461 127 57
Binary 11011111 1111 11001111 0 1011101 111 1101 100110001 1010111 101111

Color Harmonies of #DF0FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0FCF

Black with #DF0FCF

Text Example


Text Example

White with #DF0FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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