Html Css Color HEX #DB6B6B Roman

📋 copy color: '#DB6B6B'

red 219 ◦ green 107 ◦ blue 107

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

Shades of Roman #DB6B6B

Tints of Roman #DB6B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

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

R = 50.58%
G = 24.71%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB6B6B (or 0xDB6B6B) is known color: Roman. HEX triplet: DB, 6B and 6B. RGB value is (219,107,107). Sum of RGB (Red+Green+Blue) = 219+107+107=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B6B is #249494. Grayscale: #8C8C8C. Windows color (decimal): -2397333 or 7039963. OLE color: 7039963.

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

Color convert

RGB 219 107 107 -
CMYK 0 0.51 0.51 0.14
HSL 0.61% 0.64% -
HSV(B) 0.51% 0.86% -
XYZ 37.12 26.64 17.09 -
YUV 140.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 219 107 107 0 0.51 0.51 0.14 0 0.61 0.64
Hex DB 6B 6B 0 33 33 E 0 3D 40
Octal 333 153 153 0 63 63 16 0 75 100
Binary 11011011 1101011 1101011 0 110011 110011 1110 0 111101 1000000

Color Harmonies of #DB6B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B6B

Black with #DB6B6B

Text Example


Text Example

White with #DB6B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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