#DD7B7E

Color #DD7B7E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DD7B7E

Tints of Froly #DD7B7E

Color information

#DD7B7E (or 0xDD7B7E) is unknown color: approx Froly. HEX triplet: DD, 7B and 7E. RGB value is (221,123,126). Sum of RGB (Red+Green+Blue) = 221+123+126=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7E is #228481. Grayscale: #989898. Windows color (decimal): -2262146 or 8289245. OLE color: 8289245.

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

Color convert

RGB221123126-
CMYK00.440.430.13
HSL358.16º59.04%67.45%-
HSV(B)358.16º44.34%86.67%-
XYZ40.6731.0423.59-
YUV152.64112.97176.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=47.02%
G=26.17%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112312600.440.430.13358.1659.0467.45
HexDD7B7E02C2BD1663b43
Octal335173176054531554673103
Binary1101110111110111111110010110010101111011011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B7E; }

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

 H1.HeaderClassName
 {
   color: #DD7B7E;
 }
 .AnyTagClassName
 {
   color: #DD7B7E;
 }
</style>
background-color css

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

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

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

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

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

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