Html Css Color HEX #D85B5A Roman

📋 copy color: '#D85B5A'

red 216 ◦ green 91 ◦ blue 90

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

Shades of Roman #D85B5A

Tints of Roman #D85B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 54.41%
G = 22.92%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D85B5A (or 0xD85B5A) is known color: Roman. HEX triplet: D8, 5B and 5A. RGB value is (216,91,90). Sum of RGB (Red+Green+Blue) = 216+91+90=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B5A is #27A4A5. Grayscale: #808080. Windows color (decimal): -2598054 or 5921752. OLE color: 5921752.

HSL color Cylindrical-coordinate representation of color #D85B5A: hue angle of 0.48º 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 #D85B5A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 90 -
CMYK 0 0.58 0.58 0.15
HSL 0.48º 0.62% 0.6% -
HSV(B) 0.48º 0.58% 0.85% -
XYZ 33.91 22.82 12.29 -
YUV 128.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 216 91 90 0 0.58 0.58 0.15 0.48 0.62 0.6
Hex D8 5B 5A 0 3A 3A F 0 3E 3C
Octal 330 133 132 0 72 72 17 0 76 74
Binary 11011000 1011011 1011010 0 111010 111010 1111 0 111110 111100

Color Harmonies of #D85B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B5A

Black with #D85B5A

Text Example


Text Example

White with #D85B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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