Html Css Color HEX #D85E5A Roman

📋 copy color: '#D85E5A'

red 216 ◦ green 94 ◦ blue 90

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

Shades of Roman #D85E5A

Tints of Roman #D85E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

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

R = 54%
G = 23.5%
B = 22.5%

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

#D85E5A (or 0xD85E5A) is known color: Roman. HEX triplet: D8, 5E and 5A. RGB value is (216,94,90). Sum of RGB (Red+Green+Blue) = 216+94+90=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5A is #27A1A5. Grayscale: #828282. Windows color (decimal): -2597286 or 5922520. OLE color: 5922520.

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

Color convert

RGB 216 94 90 -
CMYK 0 0.56 0.58 0.15
HSL 1.9º 0.62% 0.6% -
HSV(B) 1.9º 0.58% 0.85% -
XYZ 34.17 23.34 12.38 -
YUV 130.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 216 94 90 0 0.56 0.58 0.15 1.9 0.62 0.6
Hex D8 5E 5A 0 38 3A F 2 3E 3C
Octal 330 136 132 0 70 72 17 2 76 74
Binary 11011000 1011110 1011010 0 111000 111010 1111 10 111110 111100

Color Harmonies of #D85E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E5A

Black with #D85E5A

Text Example


Text Example

White with #D85E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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