Html Css Color HEX #DF1ECD Deep Magenta

📋 copy color: '#DF1ECD'

red 223 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #DF1ECD

Tints of Deep Magenta #DF1ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.55%

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

R = 48.69%
G = 6.55%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF1ECD (or 0xDF1ECD) is known color: Deep Magenta. HEX triplet: DF, 1E and CD. RGB value is (223,30,205). Sum of RGB (Red+Green+Blue) = 223+30+205=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ECD is #20E132. Grayscale: #6B6B6B. Windows color (decimal): -2154803 or 13442783. OLE color: 13442783.

HSL color Cylindrical-coordinate representation of color #DF1ECD: hue angle of 305.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1ECD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 30 205 -
CMYK 0 0.87 0.08 0.13
HSL 305.6º 0.76% 0.5% -
HSV(B) 305.6º 0.87% 0.87% -
XYZ 41.92 21.02 59.61 -
YUV 107.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 223 30 205 0 0.87 0.08 0.13 305.6 0.76 0.5
Hex DF 1E CD 0 57 8 D 132 4C 32
Octal 337 36 315 0 127 10 15 462 114 62
Binary 11011111 11110 11001101 0 1010111 1000 1101 100110010 1001100 110010

Color Harmonies of #DF1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1ECD

Black with #DF1ECD

Text Example


Text Example

White with #DF1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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