Html Css Color HEX #DF787F Froly

📋 copy color: '#DF787F'

red 223 ◦ green 120 ◦ blue 127

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

Shades of Froly #DF787F

Tints of Froly #DF787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 47.45%
G = 25.53%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF787F (or 0xDF787F) is known color: Froly. HEX triplet: DF, 78 and 7F. RGB value is (223,120,127). Sum of RGB (Red+Green+Blue) = 223+120+127=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787F is #208780. Grayscale: #979797. Windows color (decimal): -2131841 or 8354015. OLE color: 8354015.

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

Color convert

RGB 223 120 127 -
CMYK 0 0.46 0.43 0.13
HSL 355.92º 0.62% 0.67% -
HSV(B) 355.92º 0.46% 0.87% -
XYZ 40.98 30.65 23.84 -
YUV 151.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 223 120 127 0 0.46 0.43 0.13 355.92 0.62 0.67
Hex DF 78 7F 0 2E 2B D 164 3E 43
Octal 337 170 177 0 56 53 15 544 76 103
Binary 11011111 1111000 1111111 0 101110 101011 1101 101100100 111110 1000011

Color Harmonies of #DF787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF787F

Black with #DF787F

Text Example


Text Example

White with #DF787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF787F; }

 p { color: rgb(223,120,127); }

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

background-color css

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

 a { background-color: rgb(223,120,127); }

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

border-color css

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

 span { border-color: rgb(223,120,127); }

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