Html Css Color HEX #DF05BE Deep Magenta

📋 copy color: '#DF05BE'

red 223 ◦ green 5 ◦ blue 190

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

Shades of Deep Magenta #DF05BE

Tints of Deep Magenta #DF05BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 53.35%
G = 1.2%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF05BE (or 0xDF05BE) is known color: Deep Magenta. HEX triplet: DF, 05 and BE. RGB value is (223,5,190). Sum of RGB (Red+Green+Blue) = 223+5+190=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05BE is #20FA41. Grayscale: #5A5A5A. Windows color (decimal): -2161218 or 12453343. OLE color: 12453343.

HSL color Cylindrical-coordinate representation of color #DF05BE: hue angle of 309.08º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05BE is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 190 -
CMYK 0 0.98 0.15 0.13
HSL 309.08º 0.96% 0.45% -
HSV(B) 309.08º 0.98% 0.87% -
XYZ 39.78 19.51 50.39 -
YUV 91.27 183.72 221.96 -
System Red Green Blue C M Y K H S L
Decimal 223 5 190 0 0.98 0.15 0.13 309.08 0.96 0.45
Hex DF 5 BE 0 62 F D 135 60 2D
Octal 337 5 276 0 142 17 15 465 140 55
Binary 11011111 101 10111110 0 1100010 1111 1101 100110101 1100000 101101

Color Harmonies of #DF05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF05BE

Black with #DF05BE

Text Example


Text Example

White with #DF05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF05BE; }

 p { color: rgb(223,5,190); }

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

background-color css

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

 a { background-color: rgb(223,5,190); }

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

border-color css

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

 span { border-color: rgb(223,5,190); }

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