Html Css Color HEX #DF50B4 Fuchsia

📋 copy color: '#DF50B4'

red 223 ◦ green 80 ◦ blue 180

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

Shades of Fuchsia #DF50B4

Tints of Fuchsia #DF50B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.56%

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

R = 46.17%
G = 16.56%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF50B4 (or 0xDF50B4) is known color: Fuchsia. HEX triplet: DF, 50 and B4. RGB value is (223,80,180). Sum of RGB (Red+Green+Blue) = 223+80+180=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50B4 is #20AF4B. Grayscale: #858585. Windows color (decimal): -2142028 or 11817183. OLE color: 11817183.

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

Color convert

RGB 223 80 180 -
CMYK 0 0.64 0.19 0.13
HSL 318.04º 0.69% 0.59% -
HSV(B) 318.04º 0.64% 0.87% -
XYZ 41.54 24.72 45.76 -
YUV 134.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 223 80 180 0 0.64 0.19 0.13 318.04 0.69 0.59
Hex DF 50 B4 0 40 13 D 13E 45 3B
Octal 337 120 264 0 100 23 15 476 105 73
Binary 11011111 1010000 10110100 0 1000000 10011 1101 100111110 1000101 111011

Color Harmonies of #DF50B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50B4

Black with #DF50B4

Text Example


Text Example

White with #DF50B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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