Html Css Color HEX #DF787E Froly

📋 copy color: '#DF787E'

red 223 ◦ green 120 ◦ blue 126

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

Shades of Froly #DF787E

Tints of Froly #DF787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 47.55%
G = 25.59%
B = 26.87%

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

#DF787E (or 0xDF787E) is known color: Froly. HEX triplet: DF, 78 and 7E. RGB value is (223,120,126). Sum of RGB (Red+Green+Blue) = 223+120+126=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787E is #208781. Grayscale: #979797. Windows color (decimal): -2131842 or 8288479. OLE color: 8288479.

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

Color convert

RGB 223 120 126 -
CMYK 0 0.46 0.43 0.13
HSL 356.5º 0.62% 0.67% -
HSV(B) 356.5º 0.46% 0.87% -
XYZ 40.91 30.63 23.49 -
YUV 151.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 223 120 126 0 0.46 0.43 0.13 356.5 0.62 0.67
Hex DF 78 7E 0 2E 2B D 165 3E 43
Octal 337 170 176 0 56 53 15 545 76 103
Binary 11011111 1111000 1111110 0 101110 101011 1101 101100101 111110 1000011

Color Harmonies of #DF787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF787E

Black with #DF787E

Text Example


Text Example

White with #DF787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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