#D46565

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

Shades of Roman #D46565

Tints of Roman #D46565

Color information

#D46565 (or 0xD46565) is unknown color: approx Roman. HEX triplet: D4, 65 and 65. RGB value is (212,101,101). Sum of RGB (Red+Green+Blue) = 212+101+101=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D46565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46565 is #2B9A9A. Grayscale: #868686. Windows color (decimal): -2857627 or 6645204. OLE color: 6645204.

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

Color convert

RGB212101101-
CMYK00.520.520.17
HSL56.35%61.37%-
HSV(B)52.36%83.14%-
XYZ34.1524.2415.19-
YUV134.19109.27183.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.21%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=51.21%
G=24.40%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210110100.520.520.17056.3561.37
HexD4656503434110383d
Octal324145145064642107075
Binary11010100110010111001010110100110100100010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46565; }

 p { color: rgb(212,101,101); }

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

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

 a { background-color: rgb(212,101,101); }

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

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

 span { border-color: rgb(212,101,101); }

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