#D06358

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

Shades of Roman #D06358

Tints of Roman #D06358

Color information

#D06358 (or 0xD06358) is unknown color: approx Roman. HEX triplet: D0, 63 and 58. RGB value is (208,99,88). Sum of RGB (Red+Green+Blue) = 208+99+88=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D06358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06358 is #2F9CA7. Grayscale: #828282. Windows color (decimal): -3120296 or 5792720. OLE color: 5792720.

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

Color convert

RGB2089988-
CMYK00.520.580.18
HSL5.5º56.07%58.04%-
HSV(B)5.5º57.69%81.57%-
XYZ32.2423.0411.98-
YUV130.34104.11183.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=52.66%
G=25.06%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208998800.520.580.185.556.0758.04
HexD063580343A126383a
Octal320143130064722267072
Binary1101000011000111011000011010011101010010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06358; }

 p { color: rgb(208,99,88); }

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

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

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

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

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

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

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