#DD6069

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

Shades of Froly #DD6069

Tints of Froly #DD6069

Color information

#DD6069 (or 0xDD6069) is unknown color: approx Froly. HEX triplet: DD, 60 and 69. RGB value is (221,96,105). Sum of RGB (Red+Green+Blue) = 221+96+105=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6069 is #229F96. Grayscale: #868686. Windows color (decimal): -2269079 or 6906077. OLE color: 6906077.

HSL color Cylindrical-coordinate representation of color #DD6069: hue angle of 355.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6069 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB22196105-
CMYK00.570.520.13
HSL355.68º64.77%62.16%-
HSV(B)355.68º56.56%86.67%-
XYZ36.5524.7616.22-
YUV134.4111.41189.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=52.37%
G=22.75%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219610500.570.520.13355.6864.7762.16
HexDD606903934D164413e
Octal335140151071641554410176
Binary1101110111000001101001011100111010011011011001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6069; }

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

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

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

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

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

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

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

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