Html Css Color HEX #DF7380 Froly

📋 copy color: '#DF7380'

red 223 ◦ green 115 ◦ blue 128

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

Shades of Froly #DF7380

Tints of Froly #DF7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 128 (50.39% from 255) = 27.47%

R = 47.85%
G = 24.68%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF7380 (or 0xDF7380) is known color: Froly. HEX triplet: DF, 73 and 80. RGB value is (223,115,128). Sum of RGB (Red+Green+Blue) = 223+115+128=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7380 is #208C7F. Grayscale: #949494. Windows color (decimal): -2133120 or 8418271. OLE color: 8418271.

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

Color convert

RGB 223 115 128 -
CMYK 0 0.48 0.43 0.13
HSL 352.78º 0.63% 0.66% -
HSV(B) 352.78º 0.48% 0.87% -
XYZ 40.46 29.51 23.99 -
YUV 148.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 223 115 128 0 0.48 0.43 0.13 352.78 0.63 0.66
Hex DF 73 80 0 30 2B D 161 3F 42
Octal 337 163 200 0 60 53 15 541 77 102
Binary 11011111 1110011 10000000 0 110000 101011 1101 101100001 111111 1000010

Color Harmonies of #DF7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7380

Black with #DF7380

Text Example


Text Example

White with #DF7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7380; }

 p { color: rgb(223,115,128); }

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

background-color css

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

 a { background-color: rgb(223,115,128); }

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

border-color css

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

 span { border-color: rgb(223,115,128); }

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