Html Css Color HEX #DF4AB7 Fuchsia

📋 copy color: '#DF4AB7'

red 223 ◦ green 74 ◦ blue 183

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

Shades of Fuchsia #DF4AB7

Tints of Fuchsia #DF4AB7

RGB

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

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

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

R = 46.46%
G = 15.42%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF4AB7 (or 0xDF4AB7) is known color: Fuchsia. HEX triplet: DF, 4A and B7. RGB value is (223,74,183). Sum of RGB (Red+Green+Blue) = 223+74+183=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4AB7 is #20B548. Grayscale: #828282. Windows color (decimal): -2143561 or 12012255. OLE color: 12012255.

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

Color convert

RGB 223 74 183 -
CMYK 0 0.67 0.18 0.13
HSL 316.11º 0.7% 0.58% -
HSV(B) 316.11º 0.67% 0.87% -
XYZ 41.43 24 47.25 -
YUV 130.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 223 74 183 0 0.67 0.18 0.13 316.11 0.7 0.58
Hex DF 4A B7 0 43 12 D 13C 46 3A
Octal 337 112 267 0 103 22 15 474 106 72
Binary 11011111 1001010 10110111 0 1000011 10010 1101 100111100 1000110 111010

Color Harmonies of #DF4AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4AB7

Black with #DF4AB7

Text Example


Text Example

White with #DF4AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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