#DE6961

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

Shades of Roman #DE6961

Tints of Roman #DE6961

Color information

#DE6961 (or 0xDE6961) is unknown color: approx Roman. HEX triplet: DE, 69 and 61. RGB value is (222,105,97). Sum of RGB (Red+Green+Blue) = 222+105+97=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6961 is #21969E. Grayscale: #8B8B8B. Windows color (decimal): -2201247 or 6384094. OLE color: 6384094.

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

Color convert

RGB22210597-
CMYK00.530.560.13
HSL3.84º65.45%62.55%-
HSV(B)3.84º56.31%87.06%-
XYZ37.3326.514.46-
YUV139.07104.26187.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=52.36%
G=24.76%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221059700.530.560.133.8465.4562.55
HexDE696103538D4413f
Octal3361511410657015410177
Binary1101111011010011100001011010111100011011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6961; }

 p { color: rgb(222,105,97); }

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

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

 a { background-color: rgb(222,105,97); }

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

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

 span { border-color: rgb(222,105,97); }

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