Html Css Color HEX #DD696B Froly

📋 copy color: '#DD696B'

red 221 ◦ green 105 ◦ blue 107

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

Shades of Froly #DD696B

Tints of Froly #DD696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 51.04%
G = 24.25%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD696B (or 0xDD696B) is known color: Froly. HEX triplet: DD, 69 and 6B. RGB value is (221,105,107). Sum of RGB (Red+Green+Blue) = 221+105+107=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD696B is #229694. Grayscale: #8C8C8C. Windows color (decimal): -2266773 or 7039453. OLE color: 7039453.

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

Color convert

RGB 221 105 107 -
CMYK 0 0.52 0.52 0.13
HSL 358.97º 0.63% 0.64% -
HSV(B) 358.97º 0.52% 0.87% -
XYZ 37.52 26.54 17.05 -
YUV 139.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 221 105 107 0 0.52 0.52 0.13 358.97 0.63 0.64
Hex DD 69 6B 0 34 34 D 167 3F 40
Octal 335 151 153 0 64 64 15 547 77 100
Binary 11011101 1101001 1101011 0 110100 110100 1101 101100111 111111 1000000

Color Harmonies of #DD696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD696B

Black with #DD696B

Text Example


Text Example

White with #DD696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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