Html Css Color HEX #DF687D Froly

📋 copy color: '#DF687D'

red 223 ◦ green 104 ◦ blue 125

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

Shades of Froly #DF687D

Tints of Froly #DF687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

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

R = 49.34%
G = 23.01%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF687D (or 0xDF687D) is known color: Froly. HEX triplet: DF, 68 and 7D. RGB value is (223,104,125). Sum of RGB (Red+Green+Blue) = 223+104+125=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF687D is #209782. Grayscale: #8E8E8E. Windows color (decimal): -2135939 or 8218847. OLE color: 8218847.

HSL color Cylindrical-coordinate representation of color #DF687D: hue angle of 349.41º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF687D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 125 -
CMYK 0 0.53 0.44 0.13
HSL 349.41º 0.65% 0.64% -
HSV(B) 349.41º 0.53% 0.87% -
XYZ 39.08 27.07 22.57 -
YUV 141.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 223 104 125 0 0.53 0.44 0.13 349.41 0.65 0.64
Hex DF 68 7D 0 35 2C D 15D 41 40
Octal 337 150 175 0 65 54 15 535 101 100
Binary 11011111 1101000 1111101 0 110101 101100 1101 101011101 1000001 1000000

Color Harmonies of #DF687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF687D

Black with #DF687D

Text Example


Text Example

White with #DF687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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