Html Css Color HEX #DD687B Froly

📋 copy color: '#DD687B'

red 221 ◦ green 104 ◦ blue 123

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

Shades of Froly #DD687B

Tints of Froly #DD687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 49.33%
G = 23.21%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD687B (or 0xDD687B) is known color: Froly. HEX triplet: DD, 68 and 7B. RGB value is (221,104,123). Sum of RGB (Red+Green+Blue) = 221+104+123=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD687B is #229784. Grayscale: #8D8D8D. Windows color (decimal): -2267013 or 8087773. OLE color: 8087773.

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

Color convert

RGB 221 104 123 -
CMYK 0 0.53 0.44 0.13
HSL 350.26º 0.63% 0.64% -
HSV(B) 350.26º 0.53% 0.87% -
XYZ 38.34 26.7 21.87 -
YUV 141.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 221 104 123 0 0.53 0.44 0.13 350.26 0.63 0.64
Hex DD 68 7B 0 35 2C D 15E 3F 40
Octal 335 150 173 0 65 54 15 536 77 100
Binary 11011101 1101000 1111011 0 110101 101100 1101 101011110 111111 1000000

Color Harmonies of #DD687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD687B

Black with #DD687B

Text Example


Text Example

White with #DD687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD687B; }

 p { color: rgb(221,104,123); }

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

background-color css

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

 a { background-color: rgb(221,104,123); }

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

border-color css

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

 span { border-color: rgb(221,104,123); }

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