Html Css Color HEX #DF1BDE Deep Magenta

📋 copy color: '#DF1BDE'

red 223 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #DF1BDE

Tints of Deep Magenta #DF1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.72%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 47.25%
G = 5.72%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF1BDE (or 0xDF1BDE) is known color: Deep Magenta. HEX triplet: DF, 1B and DE. RGB value is (223,27,222). Sum of RGB (Red+Green+Blue) = 223+27+222=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BDE is #20E421. Grayscale: #6B6B6B. Windows color (decimal): -2155554 or 14556127. OLE color: 14556127.

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

Color convert

RGB 223 27 222 -
CMYK 0 0.88 0.00 0.13
HSL 300.31º 0.78% 0.49% -
HSV(B) 300.31º 0.88% 0.87% -
XYZ 44.01 21.75 70.99 -
YUV 107.83 192.43 210.14 -
System Red Green Blue C M Y K H S L
Decimal 223 27 222 0 0.88 0.00 0.13 300.31 0.78 0.49
Hex DF 1B DE 0 58 0 D 12C 4E 31
Octal 337 33 336 0 130 0 15 454 116 61
Binary 11011111 11011 11011110 0 1011000 0 1101 100101100 1001110 110001

Color Harmonies of #DF1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1BDE

Black with #DF1BDE

Text Example


Text Example

White with #DF1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1BDE; }

 p { color: rgb(223,27,222); }

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

background-color css

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

 a { background-color: rgb(223,27,222); }

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

border-color css

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

 span { border-color: rgb(223,27,222); }

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