Html Css Color HEX #DF46B3 Fuchsia

📋 copy color: '#DF46B3'

red 223 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #DF46B3

Tints of Fuchsia #DF46B3

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.83%

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

R = 47.25%
G = 14.83%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF46B3 (or 0xDF46B3) is known color: Fuchsia. HEX triplet: DF, 46 and B3. RGB value is (223,70,179). Sum of RGB (Red+Green+Blue) = 223+70+179=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46B3 is #20B94C. Grayscale: #7F7F7F. Windows color (decimal): -2144589 or 11749087. OLE color: 11749087.

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

Color convert

RGB 223 70 179 -
CMYK 0 0.69 0.20 0.13
HSL 317.25º 0.71% 0.57% -
HSV(B) 317.25º 0.69% 0.87% -
XYZ 40.76 23.32 45 -
YUV 128.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 223 70 179 0 0.69 0.20 0.13 317.25 0.71 0.57
Hex DF 46 B3 0 45 14 D 13D 47 39
Octal 337 106 263 0 105 24 15 475 107 71
Binary 11011111 1000110 10110011 0 1000101 10100 1101 100111101 1000111 111001

Color Harmonies of #DF46B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46B3

Black with #DF46B3

Text Example


Text Example

White with #DF46B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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