Html Css Color HEX #DF1CE0 Deep Magenta

📋 copy color: '#DF1CE0'

red 223 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #DF1CE0

Tints of Deep Magenta #DF1CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.89%

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 46.95%
G = 5.89%
B = 47.16%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF1CE0 (or 0xDF1CE0) is known color: Deep Magenta. HEX triplet: DF, 1C and E0. RGB value is (223,28,224). Sum of RGB (Red+Green+Blue) = 223+28+224=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF1CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1CE0 is #20E31F. Grayscale: #6C6C6C. Windows color (decimal): -2155296 or 14687455. OLE color: 14687455.

HSL color Cylindrical-coordinate representation of color #DF1CE0: hue angle of 299.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1CE0 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 28 224 -
CMYK 0.00 0.88 0 0.12
HSL 299.69º 0.78% 0.49% -
HSV(B) 299.69º 0.88% 0.88% -
XYZ 44.3 21.9 72.41 -
YUV 108.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 223 28 224 0.00 0.88 0 0.12 299.69 0.78 0.49
Hex DF 1C E0 0 58 0 C 12C 4E 31
Octal 337 34 340 0 130 0 14 454 116 61
Binary 11011111 11100 11100000 0 1011000 0 1100 100101100 1001110 110001

Color Harmonies of #DF1CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1CE0

Black with #DF1CE0

Text Example


Text Example

White with #DF1CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1CE0; }

 p { color: rgb(223,28,224); }

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

background-color css

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

 a { background-color: rgb(223,28,224); }

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

border-color css

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

 span { border-color: rgb(223,28,224); }

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