Html Css Color HEX #DF1ECB Deep Magenta

📋 copy color: '#DF1ECB'

red 223 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #DF1ECB

Tints of Deep Magenta #DF1ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 48.9%
G = 6.58%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF1ECB (or 0xDF1ECB) is known color: Deep Magenta. HEX triplet: DF, 1E and CB. RGB value is (223,30,203). Sum of RGB (Red+Green+Blue) = 223+30+203=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1ECB is #20E134. Grayscale: #6A6A6A. Windows color (decimal): -2154805 or 13311711. OLE color: 13311711.

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

Color convert

RGB 223 30 203 -
CMYK 0 0.87 0.09 0.13
HSL 306.22º 0.76% 0.5% -
HSV(B) 306.22º 0.87% 0.87% -
XYZ 41.68 20.93 58.34 -
YUV 107.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 223 30 203 0 0.87 0.09 0.13 306.22 0.76 0.5
Hex DF 1E CB 0 57 9 D 132 4C 32
Octal 337 36 313 0 127 11 15 462 114 62
Binary 11011111 11110 11001011 0 1010111 1001 1101 100110010 1001100 110010

Color Harmonies of #DF1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1ECB

Black with #DF1ECB

Text Example


Text Example

White with #DF1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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