Html Css Color HEX #DF08CF Deep Magenta

📋 copy color: '#DF08CF'

red 223 ◦ green 8 ◦ blue 207

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

Shades of Deep Magenta #DF08CF

Tints of Deep Magenta #DF08CF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.83%

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

R = 50.91%
G = 1.83%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF08CF (or 0xDF08CF) is known color: Deep Magenta. HEX triplet: DF, 08 and CF. RGB value is (223,8,207). Sum of RGB (Red+Green+Blue) = 223+8+207=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08CF is #20F730. Grayscale: #5E5E5E. Windows color (decimal): -2160433 or 13568223. OLE color: 13568223.

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

Color convert

RGB 223 8 207 -
CMYK 0 0.96 0.07 0.13
HSL 304.47º 0.93% 0.45% -
HSV(B) 304.47º 0.96% 0.87% -
XYZ 41.78 20.37 60.76 -
YUV 94.97 191.23 219.32 -
System Red Green Blue C M Y K H S L
Decimal 223 8 207 0 0.96 0.07 0.13 304.47 0.93 0.45
Hex DF 8 CF 0 60 7 D 130 5D 2D
Octal 337 10 317 0 140 7 15 460 135 55
Binary 11011111 1000 11001111 0 1100000 111 1101 100110000 1011101 101101

Color Harmonies of #DF08CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08CF

Black with #DF08CF

Text Example


Text Example

White with #DF08CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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