Html Css Color HEX #DF4DB5 Fuchsia

📋 copy color: '#DF4DB5'

red 223 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #DF4DB5

Tints of Fuchsia #DF4DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

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

R = 46.36%
G = 16.01%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF4DB5 (or 0xDF4DB5) is known color: Fuchsia. HEX triplet: DF, 4D and B5. RGB value is (223,77,181). Sum of RGB (Red+Green+Blue) = 223+77+181=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF4DB5 is #20B24A. Grayscale: #848484. Windows color (decimal): -2142795 or 11881951. OLE color: 11881951.

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

Color convert

RGB 223 77 181 -
CMYK 0 0.65 0.19 0.13
HSL 317.26º 0.7% 0.59% -
HSV(B) 317.26º 0.65% 0.87% -
XYZ 41.43 24.33 46.23 -
YUV 132.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 223 77 181 0 0.65 0.19 0.13 317.26 0.7 0.59
Hex DF 4D B5 0 41 13 D 13D 46 3B
Octal 337 115 265 0 101 23 15 475 106 73
Binary 11011111 1001101 10110101 0 1000001 10011 1101 100111101 1000110 111011

Color Harmonies of #DF4DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4DB5

Black with #DF4DB5

Text Example


Text Example

White with #DF4DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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