#DD5951

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

Shades of Valencia #DD5951

Tints of Valencia #DD5951

Color information

#DD5951 (or 0xDD5951) is unknown color: approx Valencia. HEX triplet: DD, 59 and 51. RGB value is (221,89,81). Sum of RGB (Red+Green+Blue) = 221+89+81=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5951 is #22A6AE. Grayscale: #7F7F7F. Windows color (decimal): -2270895 or 5331421. OLE color: 5331421.

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

Color convert

RGB2218981-
CMYK00.600.630.13
HSL3.43º67.31%59.22%-
HSV(B)3.43º63.35%86.67%-
XYZ34.8823.1110.41-
YUV127.56101.73194.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=56.52%
G=22.76%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221898100.600.630.133.4367.3159.22
HexDD595103C3FD3433b
Octal3351311210747715310373
Binary110111011011001101000101111001111111101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5951; }

 p { color: rgb(221,89,81); }

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

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

 a { background-color: rgb(221,89,81); }

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

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

 span { border-color: rgb(221,89,81); }

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