Html Css Color HEX #DB6D6B Roman

📋 copy color: '#DB6D6B'

red 219 ◦ green 109 ◦ blue 107

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

Shades of Roman #DB6D6B

Tints of Roman #DB6D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 107 (42.19% from 255) = 24.6%

R = 50.34%
G = 25.06%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB6D6B (or 0xDB6D6B) is known color: Roman. HEX triplet: DB, 6D and 6B. RGB value is (219,109,107). Sum of RGB (Red+Green+Blue) = 219+109+107=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6D6B is #249294. Grayscale: #8D8D8D. Windows color (decimal): -2396821 or 7040475. OLE color: 7040475.

HSL color Cylindrical-coordinate representation of color #DB6D6B: hue angle of 1.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6D6B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 107 -
CMYK 0 0.50 0.51 0.14
HSL 1.07º 0.61% 0.64% -
HSV(B) 1.07º 0.51% 0.86% -
XYZ 37.34 27.06 17.16 -
YUV 141.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 219 109 107 0 0.50 0.51 0.14 1.07 0.61 0.64
Hex DB 6D 6B 0 32 33 E 1 3D 40
Octal 333 155 153 0 62 63 16 1 75 100
Binary 11011011 1101101 1101011 0 110010 110011 1110 1 111101 1000000

Color Harmonies of #DB6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D6B

Black with #DB6D6B

Text Example


Text Example

White with #DB6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D6B; }

 p { color: rgb(219,109,107); }

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

background-color css

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

 a { background-color: rgb(219,109,107); }

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

border-color css

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

 span { border-color: rgb(219,109,107); }

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