#DD625C

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

Shades of Roman #DD625C

Tints of Roman #DD625C

Color information

#DD625C (or 0xDD625C) is unknown color: approx Roman. HEX triplet: DD, 62 and 5C. RGB value is (221,98,92). Sum of RGB (Red+Green+Blue) = 221+98+92=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD625C is #229DA3. Grayscale: #868686. Windows color (decimal): -2268580 or 6054621. OLE color: 6054621.

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

Color convert

RGB2219892-
CMYK00.560.580.13
HSL2.79º65.48%61.37%-
HSV(B)2.79º58.37%86.67%-
XYZ36.1224.8813.02-
YUV134.09104.25189.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=53.77%
G=23.84%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221989200.560.580.132.7965.4861.37
HexDD625C0383AD3413d
Octal3351421340707215310175
Binary110111011100010101110001110001110101101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD625C; }

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

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

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

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

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

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

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

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