Html Css Color HEX #DF07CC Deep Magenta

📋 copy color: '#DF07CC'

red 223 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #DF07CC

Tints of Deep Magenta #DF07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 51.38%
G = 1.61%
B = 47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF07CC (or 0xDF07CC) is known color: Deep Magenta. HEX triplet: DF, 07 and CC. RGB value is (223,7,204). Sum of RGB (Red+Green+Blue) = 223+7+204=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07CC is #20F833. Grayscale: #5D5D5D. Windows color (decimal): -2160692 or 13371359. OLE color: 13371359.

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

Color convert

RGB 223 7 204 -
CMYK 0 0.97 0.09 0.13
HSL 305.28º 0.94% 0.45% -
HSV(B) 305.28º 0.97% 0.87% -
XYZ 41.41 20.2 58.84 -
YUV 94.04 190.06 219.98 -
System Red Green Blue C M Y K H S L
Decimal 223 7 204 0 0.97 0.09 0.13 305.28 0.94 0.45
Hex DF 7 CC 0 61 9 D 131 5E 2D
Octal 337 7 314 0 141 11 15 461 136 55
Binary 11011111 111 11001100 0 1100001 1001 1101 100110001 1011110 101101

Color Harmonies of #DF07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07CC

Black with #DF07CC

Text Example


Text Example

White with #DF07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07CC; }

 p { color: rgb(223,7,204); }

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

background-color css

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

 a { background-color: rgb(223,7,204); }

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

border-color css

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

 span { border-color: rgb(223,7,204); }

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