Html Css Color HEX #D16058 Roman

📋 copy color: '#D16058'

red 209 ◦ green 96 ◦ blue 88

#D16058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D16058

Tints of Roman #D16058

RGB

 RED value IS 209 (82.03% from 255) = 53.18%

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 88 (34.77% from 255) = 22.39%

R = 53.18%
G = 24.43%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D16058 (or 0xD16058) is known color: Roman. HEX triplet: D1, 60 and 58. RGB value is (209,96,88). Sum of RGB (Red+Green+Blue) = 209+96+88=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D16058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16058 is #2E9FA7. Grayscale: #818181. Windows color (decimal): -3055528 or 5791953. OLE color: 5791953.

HSL color Cylindrical-coordinate representation of color #D16058: hue angle of 3.97º degrees, saturation: 0.57, 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 #D16058 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 96 88 -
CMYK 0 0.54 0.58 0.18
HSL 3.97º 0.57% 0.58% -
HSV(B) 3.97º 0.58% 0.82% -
XYZ 32.24 22.63 11.9 -
YUV 128.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 209 96 88 0 0.54 0.58 0.18 3.97 0.57 0.58
Hex D1 60 58 0 36 3A 12 4 39 3A
Octal 321 140 130 0 66 72 22 4 71 72
Binary 11010001 1100000 1011000 0 110110 111010 10010 100 111001 111010

Color Harmonies of #D16058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16058

Black with #D16058

Text Example


Text Example

White with #D16058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16058; }

 p { color: rgb(209,96,88); }

 H1.HeaderClassName
 {
   color: #D16058;
 }
 .AnyTagClassName
 {
   color: #D16058;
 }
</style>

background-color css

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

 a { background-color: rgb(209,96,88); }

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

border-color css

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

 span { border-color: rgb(209,96,88); }

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