Html Css Color HEX #DF4BB5 Fuchsia

📋 copy color: '#DF4BB5'

red 223 ◦ green 75 ◦ blue 181

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

Shades of Fuchsia #DF4BB5

Tints of Fuchsia #DF4BB5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

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

R = 46.56%
G = 15.66%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF4BB5 (or 0xDF4BB5) is known color: Fuchsia. HEX triplet: DF, 4B and B5. RGB value is (223,75,181). Sum of RGB (Red+Green+Blue) = 223+75+181=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BB5 is #20B44A. Grayscale: #838383. Windows color (decimal): -2143307 or 11881439. OLE color: 11881439.

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

Color convert

RGB 223 75 181 -
CMYK 0 0.66 0.19 0.13
HSL 317.03º 0.7% 0.58% -
HSV(B) 317.03º 0.66% 0.87% -
XYZ 41.29 24.06 46.18 -
YUV 131.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 223 75 181 0 0.66 0.19 0.13 317.03 0.7 0.58
Hex DF 4B B5 0 42 13 D 13D 46 3A
Octal 337 113 265 0 102 23 15 475 106 72
Binary 11011111 1001011 10110101 0 1000010 10011 1101 100111101 1000110 111010

Color Harmonies of #DF4BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BB5

Black with #DF4BB5

Text Example


Text Example

White with #DF4BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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