Html Css Color HEX #DB6961 Roman

📋 copy color: '#DB6961'

red 219 ◦ green 105 ◦ blue 97

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

Shades of Roman #DB6961

Tints of Roman #DB6961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

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

R = 52.02%
G = 24.94%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB6961 (or 0xDB6961) is known color: Roman. HEX triplet: DB, 69 and 61. RGB value is (219,105,97). Sum of RGB (Red+Green+Blue) = 219+105+97=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6961 is #24969E. Grayscale: #8A8A8A. Windows color (decimal): -2397855 or 6384091. OLE color: 6384091.

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

Color convert

RGB 219 105 97 -
CMYK 0 0.52 0.56 0.14
HSL 3.93º 0.63% 0.62% -
HSV(B) 3.93º 0.56% 0.86% -
XYZ 36.42 26.03 14.41 -
YUV 138.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 219 105 97 0 0.52 0.56 0.14 3.93 0.63 0.62
Hex DB 69 61 0 34 38 E 4 3F 3E
Octal 333 151 141 0 64 70 16 4 77 76
Binary 11011011 1101001 1100001 0 110100 111000 1110 100 111111 111110

Color Harmonies of #DB6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6961

Black with #DB6961

Text Example


Text Example

White with #DB6961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6961; }

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

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

background-color css

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

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

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

border-color css

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

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

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