Html Css Color HEX #DF47B3 Fuchsia

📋 copy color: '#DF47B3'

red 223 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #DF47B3

Tints of Fuchsia #DF47B3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 47.15%
G = 15.01%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF47B3 (or 0xDF47B3) is known color: Fuchsia. HEX triplet: DF, 47 and B3. RGB value is (223,71,179). Sum of RGB (Red+Green+Blue) = 223+71+179=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47B3 is #20B84C. Grayscale: #808080. Windows color (decimal): -2144333 or 11749343. OLE color: 11749343.

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

Color convert

RGB 223 71 179 -
CMYK 0 0.68 0.20 0.13
HSL 317.37º 0.7% 0.58% -
HSV(B) 317.37º 0.68% 0.87% -
XYZ 40.82 23.45 45.02 -
YUV 128.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 223 71 179 0 0.68 0.20 0.13 317.37 0.7 0.58
Hex DF 47 B3 0 44 14 D 13D 46 3A
Octal 337 107 263 0 104 24 15 475 106 72
Binary 11011111 1000111 10110011 0 1000100 10100 1101 100111101 1000110 111010

Color Harmonies of #DF47B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF47B3

Black with #DF47B3

Text Example


Text Example

White with #DF47B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF47B3; }

 p { color: rgb(223,71,179); }

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

background-color css

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

 a { background-color: rgb(223,71,179); }

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

border-color css

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

 span { border-color: rgb(223,71,179); }

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