Html Css Color HEX #DD697A Froly

📋 copy color: '#DD697A'

red 221 ◦ green 105 ◦ blue 122

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

Shades of Froly #DD697A

Tints of Froly #DD697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 49.33%
G = 23.44%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD697A (or 0xDD697A) is known color: Froly. HEX triplet: DD, 69 and 7A. RGB value is (221,105,122). Sum of RGB (Red+Green+Blue) = 221+105+122=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697A is #229685. Grayscale: #8D8D8D. Windows color (decimal): -2266758 or 8022493. OLE color: 8022493.

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

Color convert

RGB 221 105 122 -
CMYK 0 0.52 0.45 0.13
HSL 351.21º 0.63% 0.64% -
HSV(B) 351.21º 0.52% 0.87% -
XYZ 38.38 26.88 21.58 -
YUV 141.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 221 105 122 0 0.52 0.45 0.13 351.21 0.63 0.64
Hex DD 69 7A 0 34 2D D 15F 3F 40
Octal 335 151 172 0 64 55 15 537 77 100
Binary 11011101 1101001 1111010 0 110100 101101 1101 101011111 111111 1000000

Color Harmonies of #DD697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD697A

Black with #DD697A

Text Example


Text Example

White with #DD697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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