Html Css Color HEX #DF46B4 Fuchsia

📋 copy color: '#DF46B4'

red 223 ◦ green 70 ◦ blue 180

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

Shades of Fuchsia #DF46B4

Tints of Fuchsia #DF46B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.05%

R = 47.15%
G = 14.8%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF46B4 (or 0xDF46B4) is known color: Fuchsia. HEX triplet: DF, 46 and B4. RGB value is (223,70,180). Sum of RGB (Red+Green+Blue) = 223+70+180=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF46B4 is #20B94B. Grayscale: #7F7F7F. Windows color (decimal): -2144588 or 11814623. OLE color: 11814623.

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

Color convert

RGB 223 70 180 -
CMYK 0 0.69 0.19 0.13
HSL 316.86º 0.71% 0.57% -
HSV(B) 316.86º 0.69% 0.87% -
XYZ 40.86 23.36 45.54 -
YUV 128.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 223 70 180 0 0.69 0.19 0.13 316.86 0.71 0.57
Hex DF 46 B4 0 45 13 D 13D 47 39
Octal 337 106 264 0 105 23 15 475 107 71
Binary 11011111 1000110 10110100 0 1000101 10011 1101 100111101 1000111 111001

Color Harmonies of #DF46B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF46B4

Black with #DF46B4

Text Example


Text Example

White with #DF46B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF46B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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