#D56969

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

Shades of Roman #D56969

Tints of Roman #D56969

Color information

#D56969 (or 0xD56969) is unknown color: approx Roman. HEX triplet: D5, 69 and 69. RGB value is (213,105,105). Sum of RGB (Red+Green+Blue) = 213+105+105=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D56969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56969 is #2A9696. Grayscale: #898989. Windows color (decimal): -2791063 or 6908373. OLE color: 6908373.

HSL color Cylindrical-coordinate representation of color #D56969: hue angle of 0º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56969 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213105105-
CMYK00.510.510.16
HSL56.25%62.35%-
HSV(B)50.7%83.53%-
XYZ35.0425.2716.4-
YUV137.29109.78182-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.35%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=50.35%
G=24.82%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310510500.510.510.16056.2562.35
HexD5696903333100383e
Octal325151151063632007076
Binary11010101110100111010010110011110011100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56969; }

 p { color: rgb(213,105,105); }

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

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

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

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

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

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

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