Html Css Color HEX #DF667C Froly

📋 copy color: '#DF667C'

red 223 ◦ green 102 ◦ blue 124

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

Shades of Froly #DF667C

Tints of Froly #DF667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 49.67%
G = 22.72%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF667C (or 0xDF667C) is known color: Froly. HEX triplet: DF, 66 and 7C. RGB value is (223,102,124). Sum of RGB (Red+Green+Blue) = 223+102+124=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF667C is #209983. Grayscale: #8C8C8C. Windows color (decimal): -2136452 or 8152799. OLE color: 8152799.

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

Color convert

RGB 223 102 124 -
CMYK 0 0.54 0.44 0.13
HSL 349.09º 0.65% 0.64% -
HSV(B) 349.09º 0.54% 0.87% -
XYZ 38.82 26.65 22.17 -
YUV 140.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 223 102 124 0 0.54 0.44 0.13 349.09 0.65 0.64
Hex DF 66 7C 0 36 2C D 15D 41 40
Octal 337 146 174 0 66 54 15 535 101 100
Binary 11011111 1100110 1111100 0 110110 101100 1101 101011101 1000001 1000000

Color Harmonies of #DF667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF667C

Black with #DF667C

Text Example


Text Example

White with #DF667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF667C; }

 p { color: rgb(223,102,124); }

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

background-color css

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

 a { background-color: rgb(223,102,124); }

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

border-color css

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

 span { border-color: rgb(223,102,124); }

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