Html Css Color HEX #DD697C Froly

📋 copy color: '#DD697C'

red 221 ◦ green 105 ◦ blue 124

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

Shades of Froly #DD697C

Tints of Froly #DD697C

RGB

 RED value IS 221 (86.72% from 255) = 49.11%

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

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

R = 49.11%
G = 23.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD697C (or 0xDD697C) is known color: Froly. HEX triplet: DD, 69 and 7C. RGB value is (221,105,124). Sum of RGB (Red+Green+Blue) = 221+105+124=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697C is #229683. Grayscale: #8D8D8D. Windows color (decimal): -2266756 or 8153565. OLE color: 8153565.

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

Color convert

RGB 221 105 124 -
CMYK 0 0.52 0.44 0.13
HSL 350.17º 0.63% 0.64% -
HSV(B) 350.17º 0.52% 0.87% -
XYZ 38.51 26.93 22.24 -
YUV 141.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 221 105 124 0 0.52 0.44 0.13 350.17 0.63 0.64
Hex DD 69 7C 0 34 2C D 15E 3F 40
Octal 335 151 174 0 64 54 15 536 77 100
Binary 11011101 1101001 1111100 0 110100 101100 1101 101011110 111111 1000000

Color Harmonies of #DD697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD697C

Black with #DD697C

Text Example


Text Example

White with #DD697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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