Html Css Color HEX #DB5957 Roman

📋 copy color: '#DB5957'

red 219 ◦ green 89 ◦ blue 87

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

Shades of Roman #DB5957

Tints of Roman #DB5957

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

 GREEN value IS 89 (35.16% from 255) = 22.53%

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

R = 55.44%
G = 22.53%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB5957 (or 0xDB5957) is known color: Roman. HEX triplet: DB, 59 and 57. RGB value is (219,89,87). Sum of RGB (Red+Green+Blue) = 219+89+87=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5957 is #24A6A8. Grayscale: #7F7F7F. Windows color (decimal): -2401961 or 5724635. OLE color: 5724635.

HSL color Cylindrical-coordinate representation of color #DB5957: hue angle of 0.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5957 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 87 -
CMYK 0 0.59 0.60 0.14
HSL 0.91º 0.65% 0.6% -
HSV(B) 0.91º 0.6% 0.86% -
XYZ 34.51 22.89 11.62 -
YUV 127.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 219 89 87 0 0.59 0.60 0.14 0.91 0.65 0.6
Hex DB 59 57 0 3B 3C E 1 41 3C
Octal 333 131 127 0 73 74 16 1 101 74
Binary 11011011 1011001 1010111 0 111011 111100 1110 1 1000001 111100

Color Harmonies of #DB5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5957

Black with #DB5957

Text Example


Text Example

White with #DB5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5957; }

 p { color: rgb(219,89,87); }

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

background-color css

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

 a { background-color: rgb(219,89,87); }

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

border-color css

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

 span { border-color: rgb(219,89,87); }

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