Html Css Color HEX #D85F57 Roman

📋 copy color: '#D85F57'

red 216 ◦ green 95 ◦ blue 87

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

Shades of Roman #D85F57

Tints of Roman #D85F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 54.27%
G = 23.87%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D85F57 (or 0xD85F57) is known color: Roman. HEX triplet: D8, 5F and 57. RGB value is (216,95,87). Sum of RGB (Red+Green+Blue) = 216+95+87=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F57 is #27A0A8. Grayscale: #828282. Windows color (decimal): -2597033 or 5726168. OLE color: 5726168.

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

Color convert

RGB 216 95 87 -
CMYK 0 0.56 0.60 0.15
HSL 3.72º 0.62% 0.59% -
HSV(B) 3.72º 0.6% 0.85% -
XYZ 34.13 23.47 11.75 -
YUV 130.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 216 95 87 0 0.56 0.60 0.15 3.72 0.62 0.59
Hex D8 5F 57 0 38 3C F 4 3E 3B
Octal 330 137 127 0 70 74 17 4 76 73
Binary 11011000 1011111 1010111 0 111000 111100 1111 100 111110 111011

Color Harmonies of #D85F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F57

Black with #D85F57

Text Example


Text Example

White with #D85F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F57; }

 p { color: rgb(216,95,87); }

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

background-color css

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

 a { background-color: rgb(216,95,87); }

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

border-color css

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

 span { border-color: rgb(216,95,87); }

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