#D56363

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

Shades of Roman #D56363

Tints of Roman #D56363

Color information

#D56363 (or 0xD56363) is unknown color: approx Roman. HEX triplet: D5, 63 and 63. RGB value is (213,99,99). Sum of RGB (Red+Green+Blue) = 213+99+99=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56363 is #2A9C9C. Grayscale: #858585. Windows color (decimal): -2792605 or 6513621. OLE color: 6513621.

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

Color convert

RGB2139999-
CMYK00.540.540.16
HSL57.58%61.18%-
HSV(B)53.52%83.53%-
XYZ34.1523.9714.63-
YUV133.09108.77185-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.82%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=51.82%
G=24.09%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213999900.540.540.16057.5861.18
HexD56363036361003a3d
Octal325143143066662007275
Binary11010101110001111000110110110110110100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56363; }

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

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

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

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

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

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

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

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