Html Css Color HEX #DF46B7 Fuchsia

📋 copy color: '#DF46B7'

red 223 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #DF46B7

Tints of Fuchsia #DF46B7

RGB

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

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

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

R = 46.85%
G = 14.71%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF46B7 (or 0xDF46B7) is known color: Fuchsia. HEX triplet: DF, 46 and B7. RGB value is (223,70,183). Sum of RGB (Red+Green+Blue) = 223+70+183=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46B7 is #20B948. Grayscale: #808080. Windows color (decimal): -2144585 or 12011231. OLE color: 12011231.

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

Color convert

RGB 223 70 183 -
CMYK 0 0.69 0.18 0.13
HSL 315.69º 0.71% 0.57% -
HSV(B) 315.69º 0.69% 0.87% -
XYZ 41.17 23.49 47.16 -
YUV 128.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 223 70 183 0 0.69 0.18 0.13 315.69 0.71 0.57
Hex DF 46 B7 0 45 12 D 13C 47 39
Octal 337 106 267 0 105 22 15 474 107 71
Binary 11011111 1000110 10110111 0 1000101 10010 1101 100111100 1000111 111001

Color Harmonies of #DF46B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46B7

Black with #DF46B7

Text Example


Text Example

White with #DF46B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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