Html Css Color HEX #DF4BB7 Fuchsia

📋 copy color: '#DF4BB7'

red 223 ◦ green 75 ◦ blue 183

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

Shades of Fuchsia #DF4BB7

Tints of Fuchsia #DF4BB7

RGB

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

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

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

R = 46.36%
G = 15.59%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF4BB7 (or 0xDF4BB7) is known color: Fuchsia. HEX triplet: DF, 4B and B7. RGB value is (223,75,183). Sum of RGB (Red+Green+Blue) = 223+75+183=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF4BB7 is #20B448. Grayscale: #838383. Windows color (decimal): -2143305 or 12012511. OLE color: 12012511.

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

Color convert

RGB 223 75 183 -
CMYK 0 0.66 0.18 0.13
HSL 316.22º 0.7% 0.58% -
HSV(B) 316.22º 0.66% 0.87% -
XYZ 41.49 24.14 47.27 -
YUV 131.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 223 75 183 0 0.66 0.18 0.13 316.22 0.7 0.58
Hex DF 4B B7 0 42 12 D 13C 46 3A
Octal 337 113 267 0 102 22 15 474 106 72
Binary 11011111 1001011 10110111 0 1000010 10010 1101 100111100 1000110 111010

Color Harmonies of #DF4BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4BB7

Black with #DF4BB7

Text Example


Text Example

White with #DF4BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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