Html Css Color HEX #DF04B9 Deep Magenta

📋 copy color: '#DF04B9'

red 223 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #DF04B9

Tints of Deep Magenta #DF04B9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 54.13%
G = 0.97%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DF04B9 (or 0xDF04B9) is known color: Deep Magenta. HEX triplet: DF, 04 and B9. RGB value is (223,4,185). Sum of RGB (Red+Green+Blue) = 223+4+185=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF04B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF04B9 is #20FB46. Grayscale: #595959. Windows color (decimal): -2161479 or 12125407. OLE color: 12125407.

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

Color convert

RGB 223 4 185 -
CMYK 0 0.98 0.17 0.13
HSL 310.41º 0.96% 0.45% -
HSV(B) 310.41º 0.98% 0.87% -
XYZ 39.23 19.28 47.55 -
YUV 90.12 181.55 222.78 -
System Red Green Blue C M Y K H S L
Decimal 223 4 185 0 0.98 0.17 0.13 310.41 0.96 0.45
Hex DF 4 B9 0 62 11 D 136 60 2D
Octal 337 4 271 0 142 21 15 466 140 55
Binary 11011111 100 10111001 0 1100010 10001 1101 100110110 1100000 101101

Color Harmonies of #DF04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF04B9

Black with #DF04B9

Text Example


Text Example

White with #DF04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF04B9; }

 p { color: rgb(223,4,185); }

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

background-color css

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

 a { background-color: rgb(223,4,185); }

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

border-color css

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

 span { border-color: rgb(223,4,185); }

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