Html Css Color HEX #DC697C Froly

📋 copy color: '#DC697C'

red 220 ◦ green 105 ◦ blue 124

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

Shades of Froly #DC697C

Tints of Froly #DC697C

RGB

 RED value IS 220 (86.33% from 255) = 49%

 GREEN value IS 105 (41.41% from 255) = 23.39%

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

R = 49%
G = 23.39%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC697C (or 0xDC697C) is known color: Froly. HEX triplet: DC, 69 and 7C. RGB value is (220,105,124). Sum of RGB (Red+Green+Blue) = 220+105+124=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC697C is #239683. Grayscale: #8D8D8D. Windows color (decimal): -2332292 or 8153564. OLE color: 8153564.

HSL color Cylindrical-coordinate representation of color #DC697C: hue angle of 350.09º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC697C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 124 -
CMYK 0 0.52 0.44 0.14
HSL 350.09º 0.62% 0.64% -
HSV(B) 350.09º 0.52% 0.86% -
XYZ 38.2 26.77 22.22 -
YUV 141.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 220 105 124 0 0.52 0.44 0.14 350.09 0.62 0.64
Hex DC 69 7C 0 34 2C E 15E 3E 40
Octal 334 151 174 0 64 54 16 536 76 100
Binary 11011100 1101001 1111100 0 110100 101100 1110 101011110 111110 1000000

Color Harmonies of #DC697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC697C

Black with #DC697C

Text Example


Text Example

White with #DC697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC697C; }

 p { color: rgb(220,105,124); }

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

background-color css

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

 a { background-color: rgb(220,105,124); }

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

border-color css

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

 span { border-color: rgb(220,105,124); }

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