Html Css Color HEX #DF4AB5 Fuchsia

📋 copy color: '#DF4AB5'

red 223 ◦ green 74 ◦ blue 181

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

Shades of Fuchsia #DF4AB5

Tints of Fuchsia #DF4AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.48%

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 46.65%
G = 15.48%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF4AB5 (or 0xDF4AB5) is known color: Fuchsia. HEX triplet: DF, 4A and B5. RGB value is (223,74,181). Sum of RGB (Red+Green+Blue) = 223+74+181=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AB5 is #20B54A. Grayscale: #828282. Windows color (decimal): -2143563 or 11881183. OLE color: 11881183.

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

Color convert

RGB 223 74 181 -
CMYK 0 0.67 0.19 0.13
HSL 316.91º 0.7% 0.58% -
HSV(B) 316.91º 0.67% 0.87% -
XYZ 41.22 23.92 46.16 -
YUV 130.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 223 74 181 0 0.67 0.19 0.13 316.91 0.7 0.58
Hex DF 4A B5 0 43 13 D 13D 46 3A
Octal 337 112 265 0 103 23 15 475 106 72
Binary 11011111 1001010 10110101 0 1000011 10011 1101 100111101 1000110 111010

Color Harmonies of #DF4AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AB5

Black with #DF4AB5

Text Example


Text Example

White with #DF4AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AB5; }

 p { color: rgb(223,74,181); }

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

background-color css

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

 a { background-color: rgb(223,74,181); }

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

border-color css

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

 span { border-color: rgb(223,74,181); }

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