Html Css Color HEX #DB6861 Roman

📋 copy color: '#DB6861'

red 219 ◦ green 104 ◦ blue 97

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

Shades of Roman #DB6861

Tints of Roman #DB6861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 52.14%
G = 24.76%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6861 (or 0xDB6861) is known color: Roman. HEX triplet: DB, 68 and 61. RGB value is (219,104,97). Sum of RGB (Red+Green+Blue) = 219+104+97=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6861 is #24979E. Grayscale: #898989. Windows color (decimal): -2398111 or 6383835. OLE color: 6383835.

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

Color convert

RGB 219 104 97 -
CMYK 0 0.53 0.56 0.14
HSL 3.44º 0.63% 0.62% -
HSV(B) 3.44º 0.56% 0.86% -
XYZ 36.32 25.82 14.38 -
YUV 137.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 219 104 97 0 0.53 0.56 0.14 3.44 0.63 0.62
Hex DB 68 61 0 35 38 E 3 3F 3E
Octal 333 150 141 0 65 70 16 3 77 76
Binary 11011011 1101000 1100001 0 110101 111000 1110 11 111111 111110

Color Harmonies of #DB6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6861

Black with #DB6861

Text Example


Text Example

White with #DB6861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6861; }

 p { color: rgb(219,104,97); }

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

background-color css

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

 a { background-color: rgb(219,104,97); }

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

border-color css

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

 span { border-color: rgb(219,104,97); }

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