Html Css Color HEX #DF49B7 Fuchsia

📋 copy color: '#DF49B7'

red 223 ◦ green 73 ◦ blue 183

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

Shades of Fuchsia #DF49B7

Tints of Fuchsia #DF49B7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.24%

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

R = 46.56%
G = 15.24%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF49B7 (or 0xDF49B7) is known color: Fuchsia. HEX triplet: DF, 49 and B7. RGB value is (223,73,183). Sum of RGB (Red+Green+Blue) = 223+73+183=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF49B7 is #20B648. Grayscale: #828282. Windows color (decimal): -2143817 or 12011999. OLE color: 12011999.

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

Color convert

RGB 223 73 183 -
CMYK 0 0.67 0.18 0.13
HSL 316º 0.7% 0.58% -
HSV(B) 316º 0.67% 0.87% -
XYZ 41.36 23.87 47.23 -
YUV 130.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 223 73 183 0 0.67 0.18 0.13 316 0.7 0.58
Hex DF 49 B7 0 43 12 D 13C 46 3A
Octal 337 111 267 0 103 22 15 474 106 72
Binary 11011111 1001001 10110111 0 1000011 10010 1101 100111100 1000110 111010

Color Harmonies of #DF49B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49B7

Black with #DF49B7

Text Example


Text Example

White with #DF49B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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