Html Css Color HEX #D85F5B Roman

📋 copy color: '#D85F5B'

red 216 ◦ green 95 ◦ blue 91

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

Shades of Roman #D85F5B

Tints of Roman #D85F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 53.73%
G = 23.63%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D85F5B (or 0xD85F5B) is known color: Roman. HEX triplet: D8, 5F and 5B. RGB value is (216,95,91). Sum of RGB (Red+Green+Blue) = 216+95+91=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F5B is #27A0A4. Grayscale: #828282. Windows color (decimal): -2597029 or 5988312. OLE color: 5988312.

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

Color convert

RGB 216 95 91 -
CMYK 0 0.56 0.58 0.15
HSL 1.92º 0.62% 0.6% -
HSV(B) 1.92º 0.58% 0.85% -
XYZ 34.3 23.54 12.63 -
YUV 130.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 216 95 91 0 0.56 0.58 0.15 1.92 0.62 0.6
Hex D8 5F 5B 0 38 3A F 2 3E 3C
Octal 330 137 133 0 70 72 17 2 76 74
Binary 11011000 1011111 1011011 0 111000 111010 1111 10 111110 111100

Color Harmonies of #D85F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F5B

Black with #D85F5B

Text Example


Text Example

White with #D85F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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