Html Css Color HEX #DF11CD Deep Magenta

📋 copy color: '#DF11CD'

red 223 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #DF11CD

Tints of Deep Magenta #DF11CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 50.11%
G = 3.82%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF11CD (or 0xDF11CD) is known color: Deep Magenta. HEX triplet: DF, 11 and CD. RGB value is (223,17,205). Sum of RGB (Red+Green+Blue) = 223+17+205=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11CD is #20EE32. Grayscale: #636363. Windows color (decimal): -2158131 or 13439455. OLE color: 13439455.

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

Color convert

RGB 223 17 205 -
CMYK 0 0.92 0.08 0.13
HSL 305.24º 0.86% 0.47% -
HSV(B) 305.24º 0.92% 0.87% -
XYZ 41.65 20.5 59.52 -
YUV 100.03 187.25 215.71 -
System Red Green Blue C M Y K H S L
Decimal 223 17 205 0 0.92 0.08 0.13 305.24 0.86 0.47
Hex DF 11 CD 0 5C 8 D 131 56 2F
Octal 337 21 315 0 134 10 15 461 126 57
Binary 11011111 10001 11001101 0 1011100 1000 1101 100110001 1010110 101111

Color Harmonies of #DF11CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11CD

Black with #DF11CD

Text Example


Text Example

White with #DF11CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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