Html Css Color HEX #DF4AB4 Fuchsia

📋 copy color: '#DF4AB4'

red 223 ◦ green 74 ◦ blue 180

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

Shades of Fuchsia #DF4AB4

Tints of Fuchsia #DF4AB4

RGB

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

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

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

R = 46.75%
G = 15.51%
B = 37.74%

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

#DF4AB4 (or 0xDF4AB4) is known color: Fuchsia. HEX triplet: DF, 4A and B4. RGB value is (223,74,180). Sum of RGB (Red+Green+Blue) = 223+74+180=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AB4 is #20B54B. Grayscale: #828282. Windows color (decimal): -2143564 or 11815647. OLE color: 11815647.

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

Color convert

RGB 223 74 180 -
CMYK 0 0.67 0.19 0.13
HSL 317.32º 0.7% 0.58% -
HSV(B) 317.32º 0.67% 0.87% -
XYZ 41.12 23.88 45.62 -
YUV 130.64 155.86 193.88 -
System Red Green Blue C M Y K H S L
Decimal 223 74 180 0 0.67 0.19 0.13 317.32 0.7 0.58
Hex DF 4A B4 0 43 13 D 13D 46 3A
Octal 337 112 264 0 103 23 15 475 106 72
Binary 11011111 1001010 10110100 0 1000011 10011 1101 100111101 1000110 111010

Color Harmonies of #DF4AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AB4

Black with #DF4AB4

Text Example


Text Example

White with #DF4AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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