Html Css Color HEX #DF44B7 Fuchsia

📋 copy color: '#DF44B7'

red 223 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #DF44B7

Tints of Fuchsia #DF44B7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.35%

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 47.05%
G = 14.35%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF44B7 (or 0xDF44B7) is known color: Fuchsia. HEX triplet: DF, 44 and B7. RGB value is (223,68,183). Sum of RGB (Red+Green+Blue) = 223+68+183=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF44B7 is #20BB48. Grayscale: #7F7F7F. Windows color (decimal): -2145097 or 12010719. OLE color: 12010719.

HSL color Cylindrical-coordinate representation of color #DF44B7: hue angle of 315.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF44B7 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 183 -
CMYK 0 0.70 0.18 0.13
HSL 315.48º 0.71% 0.57% -
HSV(B) 315.48º 0.7% 0.87% -
XYZ 41.05 23.24 47.12 -
YUV 127.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 223 68 183 0 0.70 0.18 0.13 315.48 0.71 0.57
Hex DF 44 B7 0 46 12 D 13B 47 39
Octal 337 104 267 0 106 22 15 473 107 71
Binary 11011111 1000100 10110111 0 1000110 10010 1101 100111011 1000111 111001

Color Harmonies of #DF44B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF44B7

Black with #DF44B7

Text Example


Text Example

White with #DF44B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF44B7; }

 p { color: rgb(223,68,183); }

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

background-color css

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

 a { background-color: rgb(223,68,183); }

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

border-color css

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

 span { border-color: rgb(223,68,183); }

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