Html Css Color HEX #DB5A58 Roman

📋 copy color: '#DB5A58'

red 219 ◦ green 90 ◦ blue 88

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

Shades of Roman #DB5A58

Tints of Roman #DB5A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 55.16%
G = 22.67%
B = 22.17%

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

#DB5A58 (or 0xDB5A58) is known color: Roman. HEX triplet: DB, 5A and 58. RGB value is (219,90,88). Sum of RGB (Red+Green+Blue) = 219+90+88=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A58 is #24A5A7. Grayscale: #808080. Windows color (decimal): -2401704 or 5790427. OLE color: 5790427.

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

Color convert

RGB 219 90 88 -
CMYK 0 0.59 0.60 0.14
HSL 0.92º 0.65% 0.6% -
HSV(B) 0.92º 0.6% 0.86% -
XYZ 34.63 23.08 11.86 -
YUV 128.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 219 90 88 0 0.59 0.60 0.14 0.92 0.65 0.6
Hex DB 5A 58 0 3B 3C E 1 41 3C
Octal 333 132 130 0 73 74 16 1 101 74
Binary 11011011 1011010 1011000 0 111011 111100 1110 1 1000001 111100

Color Harmonies of #DB5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A58

Black with #DB5A58

Text Example


Text Example

White with #DB5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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