Html Css Color HEX #DF7B80 Froly

📋 copy color: '#DF7B80'

red 223 ◦ green 123 ◦ blue 128

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

Shades of Froly #DF7B80

Tints of Froly #DF7B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

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

R = 47.05%
G = 25.95%
B = 27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF7B80 (or 0xDF7B80) is known color: Froly. HEX triplet: DF, 7B and 80. RGB value is (223,123,128). Sum of RGB (Red+Green+Blue) = 223+123+128=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7B80 is #20847F. Grayscale: #999999. Windows color (decimal): -2131072 or 8420319. OLE color: 8420319.

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

Color convert

RGB 223 123 128 -
CMYK 0 0.45 0.43 0.13
HSL 357º 0.61% 0.68% -
HSV(B) 357º 0.45% 0.87% -
XYZ 41.41 31.41 24.3 -
YUV 153.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 223 123 128 0 0.45 0.43 0.13 357 0.61 0.68
Hex DF 7B 80 0 2D 2B D 165 3D 44
Octal 337 173 200 0 55 53 15 545 75 104
Binary 11011111 1111011 10000000 0 101101 101011 1101 101100101 111101 1000100

Color Harmonies of #DF7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B80

Black with #DF7B80

Text Example


Text Example

White with #DF7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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