#DD625E

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

Shades of Roman #DD625E

Tints of Roman #DD625E

Color information

#DD625E (or 0xDD625E) is unknown color: approx Roman. HEX triplet: DD, 62 and 5E. RGB value is (221,98,94). Sum of RGB (Red+Green+Blue) = 221+98+94=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD625E is #229DA1. Grayscale: #868686. Windows color (decimal): -2268578 or 6185693. OLE color: 6185693.

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

Color convert

RGB2219894-
CMYK00.560.570.13
HSL1.89º65.13%61.76%-
HSV(B)1.89º57.47%86.67%-
XYZ36.2124.9213.49-
YUV134.32105.25189.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=53.51%
G=23.73%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221989400.560.570.131.8965.1361.76
HexDD625E03839D2413e
Octal3351421360707115210176
Binary110111011100010101111001110001110011101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD625E; }

 p { color: rgb(221,98,94); }

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

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

 a { background-color: rgb(221,98,94); }

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

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

 span { border-color: rgb(221,98,94); }

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