Html Css Color HEX #DB6260 Roman

📋 copy color: '#DB6260'

red 219 ◦ green 98 ◦ blue 96

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

Shades of Roman #DB6260

Tints of Roman #DB6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 53.03%
G = 23.73%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6260 (or 0xDB6260) is known color: Roman. HEX triplet: DB, 62 and 60. RGB value is (219,98,96). Sum of RGB (Red+Green+Blue) = 219+98+96=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6260 is #249D9F. Grayscale: #868686. Windows color (decimal): -2399648 or 6316763. OLE color: 6316763.

HSL color Cylindrical-coordinate representation of color #DB6260: hue angle of 0.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6260 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 96 -
CMYK 0 0.55 0.56 0.14
HSL 0.98º 0.63% 0.62% -
HSV(B) 0.98º 0.56% 0.86% -
XYZ 35.69 24.64 13.94 -
YUV 133.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 219 98 96 0 0.55 0.56 0.14 0.98 0.63 0.62
Hex DB 62 60 0 37 38 E 1 3F 3E
Octal 333 142 140 0 67 70 16 1 77 76
Binary 11011011 1100010 1100000 0 110111 111000 1110 1 111111 111110

Color Harmonies of #DB6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6260

Black with #DB6260

Text Example


Text Example

White with #DB6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6260; }

 p { color: rgb(219,98,96); }

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

background-color css

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

 a { background-color: rgb(219,98,96); }

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

border-color css

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

 span { border-color: rgb(219,98,96); }

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