Html Css Color HEX #DD697D Froly

📋 copy color: '#DD697D'

red 221 ◦ green 105 ◦ blue 125

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

Shades of Froly #DD697D

Tints of Froly #DD697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 49%
G = 23.28%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD697D (or 0xDD697D) is known color: Froly. HEX triplet: DD, 69 and 7D. RGB value is (221,105,125). Sum of RGB (Red+Green+Blue) = 221+105+125=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697D is #229682. Grayscale: #8E8E8E. Windows color (decimal): -2266755 or 8219101. OLE color: 8219101.

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

Color convert

RGB 221 105 125 -
CMYK 0 0.52 0.43 0.13
HSL 349.66º 0.63% 0.64% -
HSV(B) 349.66º 0.52% 0.87% -
XYZ 38.57 26.96 22.57 -
YUV 141.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 221 105 125 0 0.52 0.43 0.13 349.66 0.63 0.64
Hex DD 69 7D 0 34 2B D 15E 3F 40
Octal 335 151 175 0 64 53 15 536 77 100
Binary 11011101 1101001 1111101 0 110100 101011 1101 101011110 111111 1000000

Color Harmonies of #DD697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD697D

Black with #DD697D

Text Example


Text Example

White with #DD697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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