Html Css Color HEX #D85B58 Roman

📋 copy color: '#D85B58'

red 216 ◦ green 91 ◦ blue 88

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

Shades of Roman #D85B58

Tints of Roman #D85B58

RGB

 RED value IS 216 (84.77% from 255) = 54.68%

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 54.68%
G = 23.04%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D85B58 (or 0xD85B58) is known color: Roman. HEX triplet: D8, 5B and 58. RGB value is (216,91,88). Sum of RGB (Red+Green+Blue) = 216+91+88=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B58 is #27A4A7. Grayscale: #808080. Windows color (decimal): -2598056 or 5790680. OLE color: 5790680.

HSL color Cylindrical-coordinate representation of color #D85B58: hue angle of 1.41º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85B58 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 88 -
CMYK 0 0.58 0.59 0.15
HSL 1.41º 0.62% 0.6% -
HSV(B) 1.41º 0.59% 0.85% -
XYZ 33.82 22.79 11.85 -
YUV 128.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 216 91 88 0 0.58 0.59 0.15 1.41 0.62 0.6
Hex D8 5B 58 0 3A 3B F 1 3E 3C
Octal 330 133 130 0 72 73 17 1 76 74
Binary 11011000 1011011 1011000 0 111010 111011 1111 1 111110 111100

Color Harmonies of #D85B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B58

Black with #D85B58

Text Example


Text Example

White with #D85B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B58; }

 p { color: rgb(216,91,88); }

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

background-color css

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

 a { background-color: rgb(216,91,88); }

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

border-color css

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

 span { border-color: rgb(216,91,88); }

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