#D46463

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

Shades of Roman #D46463

Tints of Roman #D46463

Color information

#D46463 (or 0xD46463) is unknown color: approx Roman. HEX triplet: D4, 64 and 63. RGB value is (212,100,99). Sum of RGB (Red+Green+Blue) = 212+100+99=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D46463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46463 is #2B9B9C. Grayscale: #858585. Windows color (decimal): -2857885 or 6513876. OLE color: 6513876.

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

Color convert

RGB21210099-
CMYK00.530.530.17
HSL0.53º56.78%60.98%-
HSV(B)0.53º53.3%83.14%-
XYZ33.9624.0114.65-
YUV133.37108.61184.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 99 (39.06% from 255) = 24.09%
R=51.58%
G=24.33%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121009900.530.530.170.5356.7860.98
HexD4646303535111393d
Octal324144143065652117175
Binary11010100110010011000110110101110101100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46463; }

 p { color: rgb(212,100,99); }

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

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

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

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

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

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

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