Html Css Color HEX #DB5857 Roman

📋 copy color: '#DB5857'

red 219 ◦ green 88 ◦ blue 87

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

Shades of Roman #DB5857

Tints of Roman #DB5857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

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

R = 55.58%
G = 22.34%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB5857 (or 0xDB5857) is known color: Roman. HEX triplet: DB, 58 and 57. RGB value is (219,88,87). Sum of RGB (Red+Green+Blue) = 219+88+87=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5857 is #24A7A8. Grayscale: #7F7F7F. Windows color (decimal): -2402217 or 5724379. OLE color: 5724379.

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

Color convert

RGB 219 88 87 -
CMYK 0 0.60 0.60 0.14
HSL 0.45º 0.65% 0.6% -
HSV(B) 0.45º 0.6% 0.86% -
XYZ 34.42 22.73 11.59 -
YUV 127.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 219 88 87 0 0.60 0.60 0.14 0.45 0.65 0.6
Hex DB 58 57 0 3C 3C E 0 41 3C
Octal 333 130 127 0 74 74 16 0 101 74
Binary 11011011 1011000 1010111 0 111100 111100 1110 0 1000001 111100

Color Harmonies of #DB5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5857

Black with #DB5857

Text Example


Text Example

White with #DB5857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5857; }

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

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

background-color css

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

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

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

border-color css

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

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

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