Html Css Color HEX #DF787D Froly

📋 copy color: '#DF787D'

red 223 ◦ green 120 ◦ blue 125

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

Shades of Froly #DF787D

Tints of Froly #DF787D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 47.65%
G = 25.64%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF787D (or 0xDF787D) is known color: Froly. HEX triplet: DF, 78 and 7D. RGB value is (223,120,125). Sum of RGB (Red+Green+Blue) = 223+120+125=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787D is #208782. Grayscale: #979797. Windows color (decimal): -2131843 or 8222943. OLE color: 8222943.

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

Color convert

RGB 223 120 125 -
CMYK 0 0.46 0.44 0.13
HSL 357.09º 0.62% 0.67% -
HSV(B) 357.09º 0.46% 0.87% -
XYZ 40.85 30.6 23.16 -
YUV 151.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 223 120 125 0 0.46 0.44 0.13 357.09 0.62 0.67
Hex DF 78 7D 0 2E 2C D 165 3E 43
Octal 337 170 175 0 56 54 15 545 76 103
Binary 11011111 1111000 1111101 0 101110 101100 1101 101100101 111110 1000011

Color Harmonies of #DF787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF787D

Black with #DF787D

Text Example


Text Example

White with #DF787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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