Html Css Color HEX #DD787B Froly

📋 copy color: '#DD787B'

red 221 ◦ green 120 ◦ blue 123

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

Shades of Froly #DD787B

Tints of Froly #DD787B

RGB

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

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

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

R = 47.63%
G = 25.86%
B = 26.51%

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

#DD787B (or 0xDD787B) is known color: Froly. HEX triplet: DD, 78 and 7B. RGB value is (221,120,123). Sum of RGB (Red+Green+Blue) = 221+120+123=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787B is #228784. Grayscale: #969696. Windows color (decimal): -2262917 or 8091869. OLE color: 8091869.

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

Color convert

RGB 221 120 123 -
CMYK 0 0.46 0.44 0.13
HSL 358.22º 0.6% 0.67% -
HSV(B) 358.22º 0.46% 0.87% -
XYZ 40.11 30.24 22.46 -
YUV 150.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 221 120 123 0 0.46 0.44 0.13 358.22 0.6 0.67
Hex DD 78 7B 0 2E 2C D 166 3C 43
Octal 335 170 173 0 56 54 15 546 74 103
Binary 11011101 1111000 1111011 0 101110 101100 1101 101100110 111100 1000011

Color Harmonies of #DD787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD787B

Black with #DD787B

Text Example


Text Example

White with #DD787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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