#DE6358

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

Shades of Roman #DE6358

Tints of Roman #DE6358

Color information

#DE6358 (or 0xDE6358) is unknown color: approx Roman. HEX triplet: DE, 63 and 58. RGB value is (222,99,88). Sum of RGB (Red+Green+Blue) = 222+99+88=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6358 is #219CA7. Grayscale: #868686. Windows color (decimal): -2202792 or 5792734. OLE color: 5792734.

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

Color convert

RGB2229988-
CMYK00.550.600.13
HSL4.93º67%60.78%-
HSV(B)4.93º60.36%87.06%-
XYZ36.3525.1612.17-
YUV134.52101.75190.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=54.28%
G=24.21%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222998800.550.600.134.936760.78
HexDE63580373CD5433d
Octal3361431300677415510375
Binary1101111011000111011000011011111110011011011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6358; }

 p { color: rgb(222,99,88); }

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

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

 a { background-color: rgb(222,99,88); }

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

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

 span { border-color: rgb(222,99,88); }

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