Html Css Color HEX #DD787C Froly

📋 copy color: '#DD787C'

red 221 ◦ green 120 ◦ blue 124

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

Shades of Froly #DD787C

Tints of Froly #DD787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.81%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 47.53%
G = 25.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD787C (or 0xDD787C) is known color: Froly. HEX triplet: DD, 78 and 7C. RGB value is (221,120,124). Sum of RGB (Red+Green+Blue) = 221+120+124=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787C is #228783. Grayscale: #969696. Windows color (decimal): -2262916 or 8157405. OLE color: 8157405.

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

Color convert

RGB 221 120 124 -
CMYK 0 0.46 0.44 0.13
HSL 357.62º 0.6% 0.67% -
HSV(B) 357.62º 0.46% 0.87% -
XYZ 40.17 30.26 22.79 -
YUV 150.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 221 120 124 0 0.46 0.44 0.13 357.62 0.6 0.67
Hex DD 78 7C 0 2E 2C D 166 3C 43
Octal 335 170 174 0 56 54 15 546 74 103
Binary 11011101 1111000 1111100 0 101110 101100 1101 101100110 111100 1000011

Color Harmonies of #DD787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD787C

Black with #DD787C

Text Example


Text Example

White with #DD787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD787C; }

 p { color: rgb(221,120,124); }

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

background-color css

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

 a { background-color: rgb(221,120,124); }

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

border-color css

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

 span { border-color: rgb(221,120,124); }

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