Html Css Color HEX #DD696F Froly

📋 copy color: '#DD696F'

red 221 ◦ green 105 ◦ blue 111

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

Shades of Froly #DD696F

Tints of Froly #DD696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 50.57%
G = 24.03%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD696F (or 0xDD696F) is known color: Froly. HEX triplet: DD, 69 and 6F. RGB value is (221,105,111). Sum of RGB (Red+Green+Blue) = 221+105+111=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD696F is #229690. Grayscale: #8C8C8C. Windows color (decimal): -2266769 or 7301597. OLE color: 7301597.

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

Color convert

RGB 221 105 111 -
CMYK 0 0.52 0.50 0.13
HSL 356.9º 0.63% 0.64% -
HSV(B) 356.9º 0.52% 0.87% -
XYZ 37.74 26.62 18.19 -
YUV 140.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 221 105 111 0 0.52 0.50 0.13 356.9 0.63 0.64
Hex DD 69 6F 0 34 32 D 165 3F 40
Octal 335 151 157 0 64 62 15 545 77 100
Binary 11011101 1101001 1101111 0 110100 110010 1101 101100101 111111 1000000

Color Harmonies of #DD696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD696F

Black with #DD696F

Text Example


Text Example

White with #DD696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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