Html Css Color HEX #DF11CC Deep Magenta

📋 copy color: '#DF11CC'

red 223 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #DF11CC

Tints of Deep Magenta #DF11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.83%

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

R = 50.23%
G = 3.83%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF11CC (or 0xDF11CC) is known color: Deep Magenta. HEX triplet: DF, 11 and CC. RGB value is (223,17,204). Sum of RGB (Red+Green+Blue) = 223+17+204=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11CC is #20EE33. Grayscale: #636363. Windows color (decimal): -2158132 or 13373919. OLE color: 13373919.

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

Color convert

RGB 223 17 204 -
CMYK 0 0.92 0.09 0.13
HSL 305.53º 0.86% 0.47% -
HSV(B) 305.53º 0.92% 0.87% -
XYZ 41.53 20.45 58.88 -
YUV 99.91 186.75 215.79 -
System Red Green Blue C M Y K H S L
Decimal 223 17 204 0 0.92 0.09 0.13 305.53 0.86 0.47
Hex DF 11 CC 0 5C 9 D 132 56 2F
Octal 337 21 314 0 134 11 15 462 126 57
Binary 11011111 10001 11001100 0 1011100 1001 1101 100110010 1010110 101111

Color Harmonies of #DF11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11CC

Black with #DF11CC

Text Example


Text Example

White with #DF11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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